projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avconv: Increase the SDP buffer size to fit xiph SDPs
[ffmpeg.git]
/
avconv.c
diff --git
a/avconv.c
b/avconv.c
index
dd998ab
..
f086cbb
100644
(file)
--- a/
avconv.c
+++ b/
avconv.c
@@
-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);