]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dnxhdenc.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / dnxhdenc.h
index a968ae0223d568346589c2b9f74b749f9093b956..80b6f85c898f99b6b3cc22624190bd5ec8cb8c76 100644 (file)
@@ -52,8 +52,12 @@ typedef struct DNXHDEncContext {
 
     struct DNXHDEncContext *thread[MAX_THREADS];
 
+    // Because our samples are either 8 or 16 bits for 8-bit and 10-bit
+    // encoding respectively, these refer either to bytes or to two-byte words.
     unsigned dct_y_offset;
     unsigned dct_uv_offset;
+    unsigned block_width_l2;
+
     int interlaced;
     int cur_field;