]> git.sesse.net Git - ffmpeg/commit
lavf/segment: support automatic bitstream filtering
authorRodger Combs <rodger.combs@gmail.com>
Wed, 23 Mar 2016 14:24:22 +0000 (09:24 -0500)
committerRodger Combs <rodger.combs@gmail.com>
Sat, 2 Apr 2016 08:03:13 +0000 (03:03 -0500)
commitd38fe9f4930cba9379c1309c2433420a360f40ab
tree3d5ca744e98ca3d1b2f8eb585551cdfde5ef2ce0
parentb3eda69490db5172f08a2816bc828ca920b4e1c2
lavf/segment: support automatic bitstream filtering

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