Skip to content
Snippets Groups Projects
Commit 536cd1db authored by Luca Barbato's avatar Luca Barbato
Browse files

Flush SDP description

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