Commit 64f98608 authored by bcoudurier's avatar bcoudurier

Set AVFMT_NOTIMESTAMPS flag for mp3 muxer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22916 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7856ef41
...@@ -360,6 +360,7 @@ AVOutputFormat mp3_muxer = { ...@@ -360,6 +360,7 @@ AVOutputFormat mp3_muxer = {
mp3_write_header, mp3_write_header,
mp3_write_packet, mp3_write_packet,
mp3_write_trailer, mp3_write_trailer,
AVFMT_NOTIMESTAMPS,
.metadata_conv = ff_id3v2_metadata_conv, .metadata_conv = ff_id3v2_metadata_conv,
}; };
#endif #endif
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