From 63b14952d2f616a75cadf2ee7b3b0f3d578218a1 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 21 Jan 2007 10:49:08 +0000 Subject: Another AVCodecTag compile fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21981 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ae_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/ae_lavc.c b/libmpcodecs/ae_lavc.c index c64b37d0eb..01f7f26327 100644 --- a/libmpcodecs/ae_lavc.c +++ b/libmpcodecs/ae_lavc.c @@ -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) -- cgit v1.2.3