changeset 5203:f2828e9ca5b6 libavformat

Flv should be AVFMT_VARIABLE_FPS.
author michael
date Wed, 16 Sep 2009 01:49:34 +0000
parents 62e44137dab5
children 9dea59f5436a
files flvenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flvenc.c	Wed Sep 16 01:47:54 2009 +0000
+++ b/flvenc.c	Wed Sep 16 01:49:34 2009 +0000
@@ -399,5 +399,5 @@
     flv_write_packet,
     flv_write_trailer,
     .codec_tag= (const AVCodecTag* const []){flv_video_codec_ids, flv_audio_codec_ids, 0},
-    .flags= AVFMT_GLOBALHEADER,
+    .flags= AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS,
 };