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/avcodec.h | |
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/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fd66eb3735..e09351f94b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1862,6 +1862,13 @@ typedef struct AVCodecContext { * - decoding: set by user. */ enum AVDiscard skip_frame; + + /** + * + * - encoding: set by user. + * - decoding: unused + */ + int bidir_refine; } AVCodecContext; /** |