Flush SDP description
Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
239dec21ab
commit
536cd1db71
1 changed files with 1 additions and 0 deletions
1
ffmpeg.c
1
ffmpeg.c
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue