[FFmpeg-devel] [PATCH 5/6] lavf: add API to append a bsf to a stream's list

Michael Niedermayer michaelni at gmx.at
Thu Nov 19 15:10:18 CET 2015


On Wed, Nov 18, 2015 at 05:28:21PM -0600, Rodger Combs wrote:
> ---
>  libavformat/avformat.h |  9 +++++++++
>  libavformat/utils.c    | 20 ++++++++++++++++++++
>  2 files changed, 29 insertions(+)
> 
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index 6e9ffe2..cedcb8f 100644
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -2776,6 +2776,15 @@ int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st,
>  int avformat_queue_attached_pictures(AVFormatContext *s);
>  
>  /**
> + * Add a bitstream filter to a stream.
> + *
> + * @return  >0 on success;
> + *          AVERROR code on failure
> + */
> +int av_stream_add_bitstream_filter(AVStream *st, const char *name,
> +                                   const char *args);

does this work with muxers and demuxers ?
if it works with just one kind then that should be documented
otherwise patch should e ok

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

Many that live deserve death. And some that die deserve life. Can you give
it to them? Then do not be too eager to deal out death in judgement. For
even the very wise cannot see all ends. -- Gandalf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151119/79fabab2/attachment.sig>


More information about the ffmpeg-devel mailing list