diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 6977159e96..c8b48c072f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -797,6 +797,10 @@ typedef struct AVCodecContext { */ float dark_masking; + + /* for binary compatibility */ + int unused; + /** * idct algorithm, see FF_IDCT_* below. * - encoding: set by user