[FFmpeg-devel] [PATCH 04/13] Doxygen av_codec_get_id() and av_codec_get_tag().

Stefano Sabatini stefano.sabatini-lala
Wed May 12 00:10:26 CEST 2010


On date Tuesday 2010-05-11 03:31:33 +0200, Michael Niedermayer encoded:
> On Tue, May 11, 2010 at 12:59:22AM +0200, Stefano Sabatini wrote:
[...]
> >  libavformat/avformat.h |   14 +++++++++++++-
> >  1 files changed, 13 insertions(+), 1 deletions(-)
> > 
> > diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> > index 9928e84..a0acf0e 100644
> > --- a/libavformat/avformat.h
> > +++ b/libavformat/avformat.h
> > @@ -868,8 +868,20 @@ void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt, int dump_payload);
> >   */
> >  void av_register_all(void);
> >  
> > -/** codec tag <-> codec id */
> > +/**
> > + * Gets the CodecID for the given codec tag tag.
> > + * If no codec id is found returns CODEC_ID_NONE.
> > + *
> 
> > + * @param tags a NULL-terminated list of lists of tags
> 
> for the user, tags is the thing from AVIn/OutputFormat.codec_tag
> if thats a null terminated list is a implementation details the user
> doesnt need to know nor do we gurantee this to be so in the future

Allright, new try.

Regards.
-- 
FFmpeg = Fabulous and Fast Mastodontic Powerful Ecumenical Gorilla



More information about the ffmpeg-devel mailing list