diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-11-15 12:32:38 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-11-15 12:32:38 +0000 |
commit | 536cd1db7116c662adebee52709731cc272db970 (patch) | |
tree | abd1cbad596750d797515849dd76e76f439261d5 /ffmpeg.c | |
parent | 239dec21ab969e27d760218dfdfc91568b43a2d4 (diff) | |
download | ffmpeg-536cd1db7116c662adebee52709731cc272db970.tar.gz |
Flush SDP description
Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |