[FFmpeg-cvslog] r24568 - trunk/libavformat/wav.c

bcoudurier subversion
Wed Jul 28 10:17:02 CEST 2010


Author: bcoudurier
Date: Wed Jul 28 10:17:02 2010
New Revision: 24568

Log:
In wav muxer, always flush in write_trailer, fix pipe output

Modified:
   trunk/libavformat/wav.c

Modified: trunk/libavformat/wav.c
==============================================================================
--- trunk/libavformat/wav.c	Wed Jul 28 10:06:52 2010	(r24567)
+++ trunk/libavformat/wav.c	Wed Jul 28 10:17:02 2010	(r24568)
@@ -95,6 +95,8 @@ static int wav_write_trailer(AVFormatCon
     WAVContext    *wav = s->priv_data;
     int64_t file_size;
 
+    put_flush_packet(pb);
+
     if (!url_is_streamed(s->pb)) {
         ff_end_tag(pb, wav->data);
 



More information about the ffmpeg-cvslog mailing list