diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-01-04 00:23:14 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-01-04 00:23:14 +0000 |
commit | baaf3f467b850e534cce11f556a48df09f4b666d (patch) | |
tree | 2dd4814990cc8eb1a84789efc1d4863e801484b7 /libavcodec/avcodec.h | |
parent | c953e7976ec71c007bdc0aa0316398541eb260aa (diff) | |
download | ffmpeg-baaf3f467b850e534cce11f556a48df09f4b666d.tar.gz |
SVCD scan offset stuff
Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3a27a9cd3f..55c9376326 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -267,6 +267,7 @@ static const __attribute__((unused)) int Motion_Est_QTab[] = #define CODEC_FLAG_LOOP_FILTER 0x00000800 ///< loop filter #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation +#define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data /* Unsupported options : * Syntax Arithmetic coding (SAC) * Reference Picture Selection |