On Wed, Nov 18, 2015 at 05:28:17PM -0600, Rodger Combs wrote: > --- > libavformat/avformat.h | 8 ++++++++ > libavformat/utils.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 57 insertions(+) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index 5283085..96d3cfd 100644 > --- a/libavformat/avformat.h > +++ b/libavformat/avformat.h > @@ -2738,6 +2738,14 @@ int avformat_match_stream_specifier(AVFormatContext > *s, AVStream *st, > > int avformat_queue_attached_pictures(AVFormatContext *s); > > +/** > + * Apply a list of bitstream filters to a packet. > + * > + * @return >=0 on success; > + * AVERROR code on failure > + */ > +int av_apply_bitstream_filters(AVFormatContext *s, AVPacket *pkt, > + AVBitStreamFilterContext *bsfc);
is "s" the input or output context ? is bsfc a NULL terminated list? these should be documented also at some point in the patch series version.h and APIChanges need to be updated should be ok otherwise [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel