diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-12-25 18:34:02 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-12-25 18:34:02 +0000 |
commit | e8501c93b58d93505adaaaaf6d99595a9f33949c (patch) | |
tree | 72a85db1b3dd71efabbbffd7d26becf5ecde6cc9 /libavcodec/utils.c | |
parent | c9ab8df88a51821ceec673e74437817a937cb708 (diff) | |
download | ffmpeg-e8501c93b58d93505adaaaaf6d99595a9f33949c.tar.gz |
support downscaling frames for dynamic b frame decission
Originally committed as revision 4776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r-- | libavcodec/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index a0e97ca7ca..28fd5804ae 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -708,6 +708,7 @@ static AVOption options[]={ {"mb_lmax", NULL, OFFSET(mb_lmax), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E}, {"me_penalty_compensation", NULL, OFFSET(me_penalty_compensation), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E}, {"bidir_refine", NULL, OFFSET(bidir_refine), FF_OPT_TYPE_INT, DEFAULT, 0, 4, V|E}, +{"brd_scale", NULL, OFFSET(brd_scale), FF_OPT_TYPE_INT, DEFAULT, 0, 10, V|E}, {NULL}, }; |