Another AVCodecTag compile fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21981 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-01-21 10:49:08 +00:00
parent 3ccc6712e3
commit 63b14952d2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static int compressed_frame_size = 0;
#include "libavformat/avformat.h"
#include "libavformat/riff.h"
#endif
extern const CodecTag mp_wav_tags[];
extern const AVCodecTag mp_wav_tags[];
#endif
static int bind_lavc(audio_encoder_t *encoder, muxer_stream_t *mux_a)