diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-12-23 16:25:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-12-23 16:25:00 +0000 |
commit | 316a2ec84ce19909e2732a1dc10be20bd38304c5 (patch) | |
tree | a6463ec661172156ff35c67d0b661791f164012c /libavcodec/utils.c | |
parent | 377798d6bd373eeb05e13e4015a2c8e43c19fd17 (diff) | |
download | ffmpeg-316a2ec84ce19909e2732a1dc10be20bd38304c5.tar.gz |
bidir refine support
Originally committed as revision 4768 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 fa4ed68399..0c51d961d0 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -707,6 +707,7 @@ static AVOption options[]={ {"mb_lmin", NULL, OFFSET(mb_lmin), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E}, {"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}, {NULL}, }; |