diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-11-29 08:37:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-11-29 08:37:51 +0000 |
commit | dba019dabab2314d00e30b8d53a5ae46de711953 (patch) | |
tree | 2db9e7aecbaaace4bdb20191662ad559c87a5f5f /libavcodec/mpegvideo.h | |
parent | cc15c9312782e260fdebb895a8f5ecef4ac7f806 (diff) | |
download | ffmpeg-dba019dabab2314d00e30b8d53a5ae46de711953.tar.gz |
h263 alternative inter vlc support
Originally committed as revision 2541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 1381023807..62b004fa3b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -519,12 +519,13 @@ typedef struct MpegEncContext { /* H.263 specific */ int gob_number; int gob_index; + int obmc; ///< overlapped block motion compensation /* H.263+ specific */ int umvplus; ///< == H263+ && unrestricted_mv int h263_aic; ///< Advanded INTRA Coding (AIC) int h263_aic_dir; ///< AIC direction: 0 = left, 1 = top - int obmc; ///< overlapped block motion compensation + int alt_inter_vlc; ///< alternative inter vlc /* mpeg4 specific */ int time_increment_resolution; |