[FFmpeg-devel] [PATCH] Document av_register_{in, out}put_format()
Stefano Sabatini
stefano.sabatini-lala
Tue May 26 01:26:46 CEST 2009
On date Tuesday 2009-05-26 01:03:11 +0200, Michael Niedermayer encoded:
> On Tue, May 26, 2009 at 12:08:58AM +0200, Stefano Sabatini wrote:
[...]
> > b134a9b11a56ec585e67cf45cd0508795452e302 lavf-document-av-register-io-fmt.patch
> > Index: ffmpeg/libavformat/avformat.h
> > ===================================================================
> > --- ffmpeg.orig/libavformat/avformat.h 2009-05-26 00:02:50.000000000 +0200
> > +++ ffmpeg/libavformat/avformat.h 2009-05-26 00:07:07.000000000 +0200
> > @@ -663,7 +663,15 @@
> > /* modules. */
> >
> > /* utils.c */
> > +
> > +/**
> > + * Registers an input format.
> > + */
> > void av_register_input_format(AVInputFormat *format);
> > +
> > +/**
> > + * Registers an output format.
> > + */
> > void av_register_output_format(AVOutputFormat *format);
> > AVOutputFormat *guess_stream_format(const char *short_name,
>
> IMO redundant
Dropped.
--
FFmpeg = Furious & Freak Multipurpose Peaceless Earthshaking Gospel
More information about the ffmpeg-devel
mailing list