You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avconv: Increase the SDP buffer size to fit xiph SDPs
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
2
avconv.c
2
avconv.c
@@ -1367,7 +1367,7 @@ static int output_packet(InputStream *ist, const AVPacket *pkt)
|
|||||||
|
|
||||||
static void print_sdp(void)
|
static void print_sdp(void)
|
||||||
{
|
{
|
||||||
char sdp[2048];
|
char sdp[16384];
|
||||||
int i;
|
int i;
|
||||||
AVFormatContext **avc = av_malloc(sizeof(*avc) * nb_output_files);
|
AVFormatContext **avc = av_malloc(sizeof(*avc) * nb_output_files);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user