1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 09:16:59 +02:00

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

Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Nick Kurshev 2003-03-24 08:52:32 +00:00
parent 1984f6359e
commit 3a694b0456

View File

@ -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