]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1.h
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / vc1.h
index 0c9032fe5c6cd0f01cc3a66c974efbe0bd769556..5a8a84c4cf7803fa77bc23ff590e9ea11381914f 100644 (file)
@@ -225,6 +225,7 @@ typedef struct VC1Context{
     int profile;          ///< 2bits, Profile
     int frmrtq_postproc;  ///< 3bits,
     int bitrtq_postproc;  ///< 5bits, quantized framerate-based postprocessing strength
+    int max_coded_width, max_coded_height;
     int fastuvmc;         ///< Rounding of qpel vector to hpel ? (not in Simple)
     int extended_mv;      ///< Ext MV in P/B (not in Simple)
     int dquant;           ///< How qscale varies with MBs, 2bits (not in Simple)