[FFmpeg-cvslog] avconv: Increase the SDP buffer size to fit xiph SDPs
Martin Storsjö
git at videolan.org
Mon Jan 21 14:15:03 CET 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Jan 17 15:34:25 2013 +0200| [a23abaf30257b814b4e15f16d8a5948170802067] | committer: Martin Storsjö
avconv: Increase the SDP buffer size to fit xiph SDPs
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a23abaf30257b814b4e15f16d8a5948170802067
---
avconv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/avconv.c b/avconv.c
index dd998ab..f086cbb 100644
--- 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);
More information about the ffmpeg-cvslog
mailing list