diff nutenc.c @ 4567:963e3b76c7a6 libavformat

Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
author michael
date Tue, 24 Feb 2009 15:04:18 +0000
parents c9ef08e6e4a9
children c520c49e79f6
line wrap: on
line diff
--- a/nutenc.c	Tue Feb 24 13:35:54 2009 +0000
+++ b/nutenc.c	Tue Feb 24 15:04:18 2009 +0000
@@ -820,6 +820,6 @@
     write_header,
     write_packet,
     write_trailer,
-    .flags = AVFMT_GLOBALHEADER,
+    .flags = AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS,
     .codec_tag= (const AVCodecTag* const []){codec_bmp_tags, codec_wav_tags, ff_nut_subtitle_tags, 0},
 };