mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00: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:
parent
1984f6359e
commit
3a694b0456
@ -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…
Reference in New Issue
Block a user