Missed two renamings in the last commit.

Originally committed to SVN as r3109.
This commit is contained in:
Karl Blomster 2009-07-13 02:48:07 +00:00
parent 1f55f362fb
commit d37e0f69fb
1 changed files with 2 additions and 0 deletions

View File

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