[FFmpeg-cvslog] r22916 - trunk/libavformat/mp3.c

bcoudurier subversion
Tue Apr 20 03:41:00 CEST 2010


Author: bcoudurier
Date: Tue Apr 20 03:41:00 2010
New Revision: 22916

Log:
Set AVFMT_NOTIMESTAMPS flag for mp3 muxer

Modified:
   trunk/libavformat/mp3.c

Modified: trunk/libavformat/mp3.c
==============================================================================
--- trunk/libavformat/mp3.c	Mon Apr 19 23:20:20 2010	(r22915)
+++ trunk/libavformat/mp3.c	Tue Apr 20 03:41:00 2010	(r22916)
@@ -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



More information about the ffmpeg-cvslog mailing list