Commit 536cd1db authored by Luca Barbato's avatar Luca Barbato

Flush SDP description

Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 239dec21
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment