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

Stefano Sabatini stefano.sabatini-lala
Tue May 11 00:59:22 CEST 2010


On date Sunday 2010-05-09 23:23:16 +0200, Michael Niedermayer encoded:
> On Sun, May 09, 2010 at 04:26:41PM +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..e5e8e1b 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 first CodecID found in tags corresponding to tag.
> > + * If no codec id is found returns CODEC_ID_NONE.
> > + *
> > + * @param tags a list of list of tags
> > + */
> 
> Gets the CodecID for the given tag.
> beyond that you describe the private implementation. That can be desribed
> too but not in a public header.

Updated.
-- 
FFmpeg = Fierce and Funny Meaningful Pacific Excellent Game



More information about the ffmpeg-devel mailing list