changeset 21963:b031f5863b41

Another AVCodecTag compile fix
author reimar
date Sun, 21 Jan 2007 10:49:08 +0000
parents b60906a5ab6e
children d8ffeda84296
files libmpcodecs/ae_lavc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ae_lavc.c	Sun Jan 21 10:33:34 2007 +0000
+++ b/libmpcodecs/ae_lavc.c	Sun Jan 21 10:49:08 2007 +0000
@@ -36,7 +36,7 @@
 #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)