[MPlayer-cvslog] r32101 - in trunk/libmpcodecs: ae_lavc.c ve.h

diego subversion at mplayerhq.hu
Wed Sep 8 21:51:57 CEST 2010


Author: diego
Date: Wed Sep  8 21:51:57 2010
New Revision: 32101

Log:
Move lavc_param_* extern declarations to ve.h.

Modified:
   trunk/libmpcodecs/ae_lavc.c
   trunk/libmpcodecs/ve.h

Modified: trunk/libmpcodecs/ae_lavc.c
==============================================================================
--- trunk/libmpcodecs/ae_lavc.c	Wed Sep  8 21:40:20 2010	(r32100)
+++ trunk/libmpcodecs/ae_lavc.c	Wed Sep  8 21:51:57 2010	(r32101)
@@ -31,6 +31,7 @@
 #include "libmpdemux/muxer.h"
 #include "ae_lavc.h"
 #include "vd_ffmpeg.h"
+#include "ve.h"
 #include "help_mp.h"
 #include "av_opts.h"
 #include "libaf/af_format.h"
@@ -40,11 +41,6 @@
 
 static AVCodec        *lavc_acodec;
 static AVCodecContext *lavc_actx;
-extern char *lavc_param_acodec;
-extern int  lavc_param_abitrate;
-extern int  lavc_param_atag;
-extern int  lavc_param_audio_global_header;
-extern char *lavc_param_audio_avopt;
 static int compressed_frame_size = 0;
 #ifdef CONFIG_LIBAVFORMAT
 #include "libavformat/avformat.h"

Modified: trunk/libmpcodecs/ve.h
==============================================================================
--- trunk/libmpcodecs/ve.h	Wed Sep  8 21:40:20 2010	(r32100)
+++ trunk/libmpcodecs/ve.h	Wed Sep  8 21:51:57 2010	(r32101)
@@ -25,4 +25,10 @@ extern const m_option_t lavcopts_conf[];
 extern const m_option_t vfwopts_conf[];
 extern const m_option_t xvidencopts_conf[];
 
+extern char *lavc_param_acodec;
+extern char *lavc_param_audio_avopt;
+extern int   lavc_param_abitrate;
+extern int   lavc_param_atag;
+extern int   lavc_param_audio_global_header;
+
 #endif /* MPLAYER_VE_H */


More information about the MPlayer-cvslog mailing list