summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 4 insertions, 0 deletions
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