[FFmpeg-devel] [PATCH] lavf/segment: support automatic bitstream filtering

2016-03-24 Thread Rodger Combs
Most useful for MPEG-TS. Works by having the underlying muxer configure the bitstream filters, then moving them to our own AVStreams. --- libavformat/segment.c | 30 +- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/libavformat/segment.c

Re: [FFmpeg-devel] [PATCH] lavf/segment: support automatic bitstream filtering

2016-03-23 Thread Michael Niedermayer
On Wed, Mar 23, 2016 at 09:29:38AM -0500, Rodger Combs wrote: > Most useful for MPEG-TS. Works by having the underlying muxer configure the > bitstream filters, then moving them to our own AVStreams. > --- > libavformat/segment.c | 43 ++- > 1 file changed,

[FFmpeg-devel] [PATCH] lavf/segment: support automatic bitstream filtering

2016-03-23 Thread Rodger Combs
Most useful for MPEG-TS. Works by having the underlying muxer configure the bitstream filters, then moving them to our own AVStreams. --- libavformat/segment.c | 43 ++- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/libavformat/segment.c