From 3331213e2ac5a0fe5c574e9cd3da44df5e0d1d18 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 26 May 2015 22:16:43 +0200 Subject: avformat/concatdec: Enable auto_convert by default Users have no means to find out from a failure how to make it work or is it preferred to check and print a warning for h264 concat without auto_convert ? Reviewed-by: Nicolas George Signed-off-by: Michael Niedermayer --- doc/demuxers.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/demuxers.texi b/doc/demuxers.texi index b7ddebb9a9..35a1561439 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -151,6 +151,7 @@ probed and 0 otherwise. @item auto_convert If set to 1, try to perform automatic conversions on packet data to make the streams concatenable. +The default is 1. Currently, the only conversion is adding the h264_mp4toannexb bitstream filter to H.264 streams in MP4 format. This is necessary in particular if -- cgit v1.2.3