]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cfhd.h
vc2enc: do not allocate packet until exact frame size is known
[ffmpeg] / libavcodec / cfhd.h
index a26312404fcd078e2603b6c83ffd04ad640726d1..67a0e4c32c5a8f761262a8b8a73f5dfc3973a02b 100644 (file)
@@ -84,9 +84,11 @@ typedef struct CFHDContext {
 
     int coded_width;
     int coded_height;
+    int coded_format;
 
     int a_width;
     int a_height;
+    int a_format;
 
     int bpc;
     int channel_cnt;