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

Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Nick Kurshev 22 years ago
parent 1984f6359e
commit 3a694b0456
  1. 4
      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

Loading…
Cancel
Save