]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegpicture.h
mpegvideo: use the AVVideoEncParams API for exporting QP tables
[ffmpeg] / libavcodec / mpegpicture.h
index 2db3d6733a82066531dbb47a26093dfe383116e8..4bcd666797980ae4804408b48ddbee7999139ae9 100644 (file)
@@ -69,6 +69,7 @@ typedef struct Picture {
 
     int alloc_mb_width;         ///< mb_width used to allocate tables
     int alloc_mb_height;        ///< mb_height used to allocate tables
+    int alloc_mb_stride;        ///< mb_stride used to allocate tables
 
     AVBufferRef *mb_mean_buf;
     uint8_t *mb_mean;           ///< Table for MB luminance