[MPlayer-cvslog] r21981 - trunk/libmpcodecs/ae_lavc.c
reimar
subversion at mplayerhq.hu
Sun Jan 21 11:49:08 CET 2007
Author: reimar
Date: Sun Jan 21 11:49:08 2007
New Revision: 21981
Modified:
trunk/libmpcodecs/ae_lavc.c
Log:
Another AVCodecTag compile fix
Modified: trunk/libmpcodecs/ae_lavc.c
==============================================================================
--- trunk/libmpcodecs/ae_lavc.c (original)
+++ trunk/libmpcodecs/ae_lavc.c Sun Jan 21 11:49:08 2007
@@ -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)
More information about the MPlayer-cvslog
mailing list