[FFmpeg-cvslog] options_table: refs option is not snow-only

Diego Biurrun git at videolan.org
Fri Oct 12 14:19:07 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct  8 13:04:39 2012 +0200| [0a75d1da23b8659ec49391469bb592da12760077] | committer: Diego Biurrun

options_table: refs option is not snow-only

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a75d1da23b8659ec49391469bb592da12760077
---

 libavcodec/options_table.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h
index 4b6d417..9e9de46 100644
--- a/libavcodec/options_table.h
+++ b/libavcodec/options_table.h
@@ -347,7 +347,7 @@ static const AVOption options[]={
 {"bidir_refine", "refine the two motion vectors used in bidirectional macroblocks", OFFSET(bidir_refine), AV_OPT_TYPE_INT, {.i64 = 1 }, 0, 4, V|E},
 {"brd_scale", "downscales frames for dynamic B-frame decision", OFFSET(brd_scale), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, 10, V|E},
 {"keyint_min", "minimum interval between IDR-frames (x264)", OFFSET(keyint_min), AV_OPT_TYPE_INT, {.i64 = 25 }, INT_MIN, INT_MAX, V|E},
-{"refs", "reference frames to consider for motion compensation (Snow)", OFFSET(refs), AV_OPT_TYPE_INT, {.i64 = 1 }, INT_MIN, INT_MAX, V|E},
+{"refs", "reference frames to consider for motion compensation", OFFSET(refs), AV_OPT_TYPE_INT, {.i64 = 1 }, INT_MIN, INT_MAX, V|E},
 {"chromaoffset", "chroma qp offset from luma", OFFSET(chromaoffset), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E},
 {"trellis", "rate-distortion optimal quantization", OFFSET(trellis), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|A|E},
 #if FF_API_MPV_GLOBAL_OPTS



More information about the ffmpeg-cvslog mailing list