mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Remove old variable with the next major version bump.
Originally committed as revision 11261 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0c39c38b14
commit
3e0b7b5627
@ -1274,8 +1274,10 @@ typedef struct AVCodecContext {
|
|||||||
float dark_masking;
|
float dark_masking;
|
||||||
|
|
||||||
|
|
||||||
|
#if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
|
||||||
/* for binary compatibility */
|
/* for binary compatibility */
|
||||||
int unused;
|
int unused;
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IDCT algorithm, see FF_IDCT_* below.
|
* IDCT algorithm, see FF_IDCT_* below.
|
||||||
|
Loading…
Reference in New Issue
Block a user