Set AVFMT_NOTIMESTAMPS flag for mp3 muxer

Fixes issue 1026

Originally committed as revision 22916 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2010-04-20 01:41:00 +00:00
parent dbb4f0515f
commit 2293a2e67f
1 changed files with 1 additions and 0 deletions

View File

@ -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