forked from mia/Aegisub
Missed two renamings in the last commit.
Originally committed to SVN as r3109.
This commit is contained in:
parent
80a8ea634b
commit
3dc40e5c34
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ extern "C" {
|
|||
// Compatibility with older/newer ffmpegs
|
||||
#if (LIBAVFORMAT_VERSION_INT) > (AV_VERSION_INT(52,34,0))
|
||||
#define codec_bmp_tags ff_codec_bmp_tags
|
||||
#define codec_movvideo_tags ff_codec_movvideo_tags
|
||||
#define codec_wav_tags ff_codec_wav_tags
|
||||
#endif
|
||||
#ifndef AV_PKT_FLAG_KEY
|
||||
#define AV_PKT_FLAG_KEY PKT_FLAG_KEY
|
||||
|
|
Loading…
Reference in a new issue