From 0844b57c11cc3a1d5320c34f81f66d30f6706d2c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 20 Nov 2011 12:45:36 +0100 Subject: crcenc: add flags AVFMT_NOTIMESTAMPS for crc, as it ignores the timestamps. AVFMT_VARIABLE_FPS for framecrc, as it prints dts. Many FATE changes, because avconv is no longer duplicating frames in those tests. Also added -vsync 0 for some tests to prevent avconv from dropping frames until it can be fixed more properly. --- libavformat/crcenc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/crcenc.c') diff --git a/libavformat/crcenc.c b/libavformat/crcenc.c index ae688e4f07..c67fd09960 100644 --- a/libavformat/crcenc.c +++ b/libavformat/crcenc.c @@ -64,4 +64,5 @@ AVOutputFormat ff_crc_muxer = { .write_header = crc_write_header, .write_packet = crc_write_packet, .write_trailer = crc_write_trailer, + .flags = AVFMT_NOTIMESTAMPS, }; -- cgit v1.2.3