Commit e45efd1d authored by lu_zero's avatar lu_zero

Flush SDP description

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15826 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7b68cb06
......@@ -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