Browse Source

Flush SDP description

Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Barbato 17 years ago
parent
commit
536cd1db71
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ffmpeg.c

+ 1
- 0
ffmpeg.c View File

@@ -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…
Cancel
Save