You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Flush SDP description
Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
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));
|
avf_sdp_create(avc, n, sdp, sizeof(sdp));
|
||||||
printf("SDP:\n%s\n", sdp);
|
printf("SDP:\n%s\n", sdp);
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int stream_index_from_inputs(AVFormatContext **input_files,
|
static int stream_index_from_inputs(AVFormatContext **input_files,
|
||||||
|
Reference in New Issue
Block a user