[MPlayer-cvslog] CVS: main/libmpcodecs ae_lavc.c,1.7,1.8
Nico Sabbi CVS
syncmail at mplayerhq.hu
Mon Jan 9 20:35:46 CET 2006
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux Makefile, 1.98, 1.99 demux_lavf.c, 1.22, 1.23 muxer_lavf.c, 1.15, 1.16 demuxer.c, 1.211, 1.212 muxer.c, 1.12, 1.13
- Next message: [MPlayer-cvslog] CVS: main configure, 1.1118, 1.1119 cfg-mencoder.h, 1.105, 1.106
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Nico Sabbi CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv2047/libmpcodecs
Modified Files:
ae_lavc.c
Log Message:
added support for external libavformat
Index: ae_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ae_lavc.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ae_lavc.c 5 Dec 2005 01:30:31 -0000 1.7
+++ ae_lavc.c 9 Jan 2006 19:35:44 -0000 1.8
@@ -26,7 +26,7 @@
extern int lavc_param_atag;
extern int avcodec_inited;
static int compressed_frame_size = 0;
-#ifdef USE_LIBAVFORMAT
+#if defined(USE_LIBAVFORMAT) || defined(USE_LIBAVFORMAT_SO)
extern unsigned int codec_get_wav_tag(int id);
#endif
@@ -167,7 +167,7 @@
}
if(lavc_param_atag == 0)
{
-#ifdef USE_LIBAVFORMAT
+#if defined(USE_LIBAVFORMAT) || defined(USE_LIBAVFORMAT_SO)
lavc_param_atag = codec_get_wav_tag(lavc_acodec->id);
#else
lavc_param_atag = lavc_find_atag(lavc_param_acodec);
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux Makefile, 1.98, 1.99 demux_lavf.c, 1.22, 1.23 muxer_lavf.c, 1.15, 1.16 demuxer.c, 1.211, 1.212 muxer.c, 1.12, 1.13
- Next message: [MPlayer-cvslog] CVS: main configure, 1.1118, 1.1119 cfg-mencoder.h, 1.105, 1.106
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list