[FFmpeg-cvslog] r15826 - trunk/ffmpeg.c

lu_zero subversion
Sat Nov 15 13:32:38 CET 2008


Author: lu_zero
Date: Sat Nov 15 13:32:38 2008
New Revision: 15826

Log:
Flush SDP description

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Sat Nov 15 13:32:38 2008
@@ -1488,6 +1488,7 @@ static void print_sdp(AVFormatContext **
 
     avf_sdp_create(avc, n, sdp, sizeof(sdp));
     printf("SDP:\n%s\n", sdp);
+    fflush(stdout);
 }
 
 static int stream_index_from_inputs(AVFormatContext **input_files,




More information about the ffmpeg-cvslog mailing list