[MPlayer-cvslog] r32100 - trunk/libmpcodecs/ae_lavc.c
diego
subversion at mplayerhq.hu
Wed Sep 8 21:40:20 CEST 2010
Author: diego
Date: Wed Sep 8 21:40:20 2010
New Revision: 32100
Log:
Replace mp_wav_taglists extern declaration by proper #include.
Modified:
trunk/libmpcodecs/ae_lavc.c
Modified: trunk/libmpcodecs/ae_lavc.c
==============================================================================
--- trunk/libmpcodecs/ae_lavc.c Wed Sep 8 21:35:02 2010 (r32099)
+++ trunk/libmpcodecs/ae_lavc.c Wed Sep 8 21:40:20 2010 (r32100)
@@ -48,7 +48,7 @@ extern char *lavc_param_audio_avopt;
static int compressed_frame_size = 0;
#ifdef CONFIG_LIBAVFORMAT
#include "libavformat/avformat.h"
-extern const struct AVCodecTag *mp_wav_taglists[];
+#include "libmpdemux/mp_taglists.h"
#endif
static int bind_lavc(audio_encoder_t *encoder, muxer_stream_t *mux_a)
More information about the MPlayer-cvslog
mailing list