Re: [FFmpeg-devel] [PATCH 2/2] avformat/mux: Apply auto bsfs in av_write_frame() too

2016-07-14 Thread Michael Niedermayer
On Thu, Jul 14, 2016 at 06:22:40AM +0800, Steven Liu wrote: > 2016-07-14 1:08 GMT+08:00 Michael Niedermayer : > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/mux.c |4 > > 1 file changed, 4 insertions(+) > > > > diff --git a/libavformat/mux.c b/libavformat/mux.c > > ind

Re: [FFmpeg-devel] [PATCH 2/2] avformat/mux: Apply auto bsfs in av_write_frame() too

2016-07-13 Thread Steven Liu
2016-07-14 1:08 GMT+08:00 Michael Niedermayer : > Signed-off-by: Michael Niedermayer > --- > libavformat/mux.c |4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/mux.c b/libavformat/mux.c > index 5cb0ca7..d674bd4 100644 > --- a/libavformat/mux.c > +++ b/libavformat/mux.c

[FFmpeg-devel] [PATCH 2/2] avformat/mux: Apply auto bsfs in av_write_frame() too

2016-07-13 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/mux.c |4 1 file changed, 4 insertions(+) diff --git a/libavformat/mux.c b/libavformat/mux.c index 5cb0ca7..d674bd4 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -893,6 +893,10 @@ int av_write_frame(AVFormatContext *s, AVPac