[FFmpeg-devel] [PATCH] lavc/avcodec.h: document bitstream filter API

Michael Niedermayer michaelni at gmx.at
Fri Jul 5 01:52:28 CEST 2013


On Fri, Jul 05, 2013 at 01:19:44AM +0200, Stefano Sabatini wrote:
> On date Thursday 2013-07-04 21:03:21 +0200, Michael Niedermayer encoded:
> > On Thu, Jul 04, 2013 at 07:35:31PM +0200, Stefano Sabatini wrote:
> > > On date Friday 2013-06-28 17:06:42 -0800, Lou Logan encoded:
> > > > This is only a review of the language.
[...]
> > > + *
> > > + * The filter will be accessible to the application code through
> > > + * av_bitstream_filter_next() or can be directly initialized with
> > > + * av_bitstream_filter_init().
> > > + *
> > > + * @see avcodec_register_all()
> > > + */
> > >  void av_register_bitstream_filter(AVBitStreamFilter *bsf);
> > > +
> > 
> 
> > > +/**
> > > + * Create and initialize a bitstream filter context given a bitstream
> > > + * filter name.
> > > + *
> > > + * The returned context must be freed with av_bitstream_filter_close().
> > > + *
> > > + * @param name    the name of the bitstream filter
> > > + * @return a bitstream context if a corresponding filter was found and
> > > + * successfully initialized, NULL otherwise.
> > 
> > "a bitstream context" ?
> 
> What's the question?

whats a bitstream context ?
did you mean bitstream filter context >?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130705/7662e10f/attachment.asc>


More information about the ffmpeg-devel mailing list