Fix compilation after lavf changes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21979 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-01-21 10:17:40 +00:00
parent cb47a72a44
commit abb0510502
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ extern void print_video_header(BITMAPINFOHEADER *h, int verbose_level);
int64_t ff_gcd(int64_t a, int64_t b);
const CodecTag mp_wav_tags[] = {
const AVCodecTag mp_wav_tags[] = {
{ CODEC_ID_ADPCM_4XM, MKTAG('4', 'X', 'M', 'A')},
{ CODEC_ID_ADPCM_EA, MKTAG('A', 'D', 'E', 'A')},
{ CODEC_ID_ADPCM_IMA_WS, MKTAG('A', 'I', 'W', 'S')},

View File

@ -24,7 +24,7 @@
#endif
#include "libavformat/riff.h"
extern const CodecTag mp_wav_tags[];
extern const AVCodecTag mp_wav_tags[];
extern char *info_name;
extern char *info_artist;