提交 2293a2e6 编写于 作者: B Baptiste Coudurier

Set AVFMT_NOTIMESTAMPS flag for mp3 muxer

Fixes issue 1026

Originally committed as revision 22916 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 dbb4f051
......@@ -360,6 +360,7 @@ AVOutputFormat mp3_muxer = {
mp3_write_header,
mp3_write_packet,
mp3_write_trailer,
AVFMT_NOTIMESTAMPS,
.metadata_conv = ff_id3v2_metadata_conv,
};
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册