[Ffmpeg-cvslog] CVS: ffmpeg/libavformat ffm.c,1.39,1.40

Philip Gladstone philipjsg
Sat May 7 02:58:30 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv14050/libavformat

Modified Files:
	ffm.c 
Log Message:
Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.
This helps streaming no end.


Index: ffm.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/ffm.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- ffm.c	6 May 2005 03:19:45 -0000	1.39
+++ ffm.c	7 May 2005 00:58:28 -0000	1.40
@@ -78,6 +78,7 @@
         h |= 0x8000;
     put_be16(pb, h);
     put_buffer(pb, ffm->packet, ffm->packet_end - ffm->packet);
+    put_flush_packet(pb);
 
     /* prepare next packet */
     ffm->frame_offset = 0; /* no key frame */





More information about the ffmpeg-cvslog mailing list