Flush SDP description

Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Barbato 2008-11-15 12:32:38 +00:00
parent 239dec21ab
commit 536cd1db71
1 changed files with 1 additions and 0 deletions

View File

@ -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,