Commit 3a694b04 authored by Nick Kurshev's avatar Nick Kurshev

binary compatibility fix (workaround for r.147, r.148)

Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1984f635
...@@ -797,6 +797,10 @@ typedef struct AVCodecContext { ...@@ -797,6 +797,10 @@ typedef struct AVCodecContext {
*/ */
float dark_masking; float dark_masking;
/* for binary compatibility */
int unused;
/** /**
* idct algorithm, see FF_IDCT_* below. * idct algorithm, see FF_IDCT_* below.
* - encoding: set by user * - encoding: set by user
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment