Commit a23abaf3 authored by Martin Storsjö's avatar Martin Storsjö

avconv: Increase the SDP buffer size to fit xiph SDPs

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent c6f1dc8e
......@@ -1367,7 +1367,7 @@ static int output_packet(InputStream *ist, const AVPacket *pkt)
static void print_sdp(void)
{
char sdp[2048];
char sdp[16384];
int i;
AVFormatContext **avc = av_malloc(sizeof(*avc) * nb_output_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