[FFmpeg-devel] [PATCH] Move av_register_all() doxy from allformats.c to avformat.h

Stefano Sabatini stefano.sabatini-lala
Sat Jan 24 23:49:09 CET 2009


On date Wednesday 2009-01-21 10:46:48 +0100, Stefano Sabatini encoded:
> On date Wednesday 2009-01-21 01:47:37 +0100, Michael Niedermayer encoded:
> > On Tue, Jan 20, 2009 at 11:48:53PM +0100, Stefano Sabatini wrote:
> > > Hi,
> > > as in subject.
> > > 
> > > Regards.
> > > -- 
> > > FFmpeg = Fiendish and Frenzy Minimalistic Picky Encoding/decoding Gargoyle
> > 
> > > Index: libavformat/avformat.h
> > > ===================================================================
> > > --- libavformat/avformat.h	(revision 16702)
> > > +++ libavformat/avformat.h	(working copy)
> > > @@ -750,6 +750,14 @@
> > >   */
> > >  void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt, int dump_payload);
> > >  
> > > +/**
> > > + * Initialize libavformat and register all the muxers and demuxers. If
> > > + * you do not call this function, then you can select exactly which
> > > + * formats you want to support.
> > > + *
> > > + * @see av_register_input_format()
> > > + * @see av_register_output_format()
> > > + */
> > [...]
> > > -/* If you do not call this function, then you can select exactly which
> > > -   formats you want to support */
> > > -
> > > -/**
> > > - * Initialize libavformat and register all the (de)muxers and protocols.
> > > - */
> > 
> > doesnt look like just a move
> 
> Sorry, check again.
> 
> Regards.
> -- 
> FFmpeg = Frightening & Free Monstrous Pure Enhancing God

> Index: libavformat/avformat.h
> ===================================================================
> --- libavformat/avformat.h	(revision 16702)
> +++ libavformat/avformat.h	(working copy)
> @@ -750,6 +750,15 @@
>   */
>  void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt, int dump_payload);
>  
> +/**
> + * Initialize libavformat and register all the muxers, demuxers and
> + * protocols. If you do not call this function, then you can select
> + * exactly which formats you want to support.
> + *
> + * @see av_register_input_format()
> + * @see av_register_output_format()
> + * @see register_protocol()
> + */
>  void av_register_all(void);
>  
>  /** codec tag <-> codec id */
> Index: libavformat/allformats.c
> ===================================================================
> --- libavformat/allformats.c	(revision 16702)
> +++ libavformat/allformats.c	(working copy)
> @@ -36,12 +36,6 @@
>      extern URLProtocol x##_protocol; \
>      if(CONFIG_##X##_PROTOCOL) register_protocol(&x##_protocol); }
>  
> -/* If you do not call this function, then you can select exactly which
> -   formats you want to support */
> -
> -/**
> - * Initialize libavformat and register all the (de)muxers and protocols.
> - */
>  void av_register_all(void)
>  {
>      static int initialized;

Ping?

Regards.
-- 
FFmpeg = Fostering & Foolish Martial Porno Exxagerate Gadget




More information about the ffmpeg-devel mailing list