[FFmpeg-devel] [PATCH 1/6] lavf: add API to apply a list of bsfs to a packet

2015-11-25 Thread Rodger Combs
--- libavformat/avformat.h | 11 +++ libavformat/utils.c| 49 + 2 files changed, 60 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 36f9d02..d94191e 100644 --- a/libavformat/avformat.h +++ b/libavformat/a

Re: [FFmpeg-devel] [PATCH 1/6] lavf: add API to apply a list of bsfs to a packet

2015-11-19 Thread Michael Niedermayer
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(+) a comment about the whole patchset: seems working! thanks [..] -- Mic

Re: [FFmpeg-devel] [PATCH 1/6] lavf: add API to apply a list of bsfs to a packet

2015-11-19 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH 1/6] lavf: add API to apply a list of bsfs to a packet

2015-11-18 Thread Rodger Combs
--- 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/avfo