X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Fdnxhdenc.h;h=971f9134f4a943f955813fa0e1a351444fdee601;hb=e4e8632aaf0d04145fc7133c271adbbbaefbc652;hp=6f9f647ef02675b0242c72541a72375e26426e74;hpb=193ce3ab78b4b01bfab16194c27307e62db61d2f;p=ffmpeg diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index 6f9f647ef02..971f9134f4a 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -46,6 +46,7 @@ typedef struct DNXHDEncContext { const CIDEntry *cid_table; uint8_t *msip; ///< Macroblock Scan Indexes Payload uint32_t *slice_size; + uint32_t *slice_offs; struct DNXHDEncContext *thread[MAX_THREADS];