[MPlayer-dev-eng] [PATCH] demuxers cleanup (was Re: [PATCH] misc small fixes (mostly gcc warnings) )

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Nov 27 23:30:13 CET 2005


Hi,
On Sun, Nov 27, 2005 at 06:50:22PM +0100, Dominik 'Rathann' Mierzejewski wrote:
> --- MPlayer-20051109/libmpcodecs/ae_lavc.c.warn	2005-05-17 23:49:48.000000000 +0200
> +++ MPlayer-20051109/libmpcodecs/ae_lavc.c	2005-11-12 20:35:29.000000000 +0100
> @@ -26,6 +26,9 @@
>  extern int  lavc_param_atag;
>  extern int  avcodec_inited;
>  static int compressed_frame_size = 0;
> +#ifdef USE_LIBAVFORMAT
> +extern unsigned int codec_get_wav_tag(int id);
> +#endif
>  
>  static int bind_lavc(audio_encoder_t *encoder, muxer_stream_t *mux_a)
>  {

I think the ifdef is not needed, unless you think it is better to
specify it anyway.

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list