[FFmpeg-devel] [PATCH 1/8] lavf: add a flag to enable/disable automatic bitstream filtering
Michael Niedermayer
michael at niedermayer.cc
Fri Apr 8 12:44:44 CEST 2016
On Thu, Apr 07, 2016 at 07:38:02PM -0500, Rodger Combs wrote:
> This is mostly useful for muxers that wrap other muxers, such as dashenc
> and segment. The actual duplicated bitstream filtering is largely harmless,
> but delaying the header can cause problems when the muxer intended the header
> to be written to a separate file.
> ---
> libavformat/avformat.h | 1 +
> libavformat/mux.c | 4 ++--
> libavformat/options_table.h | 3 ++-
> 3 files changed, 5 insertions(+), 3 deletions(-)
the check_bitstream() documentation should be updated to refer to
AVFMT_FLAG_AUTO_BSF
otherwise this LGTM
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Asymptotically faster algorithms should always be preferred if you have
asymptotical amounts of data
-------------- 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/20160408/e42c3f85/attachment.sig>
More information about the ffmpeg-devel
mailing list