Commit a6131809 authored by michael's avatar michael

Flv should be AVFMT_VARIABLE_FPS.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19873 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 151ad7c4
......@@ -399,5 +399,5 @@ AVOutputFormat flv_muxer = {
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,
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment