summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2008-11-15 12:32:38 +0000
committerLuca Barbato <lu_zero@gentoo.org>2008-11-15 12:32:38 +0000
commit536cd1db7116c662adebee52709731cc272db970 (patch)
treeabd1cbad596750d797515849dd76e76f439261d5 /ffmpeg.c
parent239dec21ab969e27d760218dfdfc91568b43a2d4 (diff)
Flush SDP description
Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 9d744914d7..c53b8e65ff 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1488,6 +1488,7 @@ static void print_sdp(AVFormatContext **avc, int n)
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,