summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-21 14:10:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-21 14:10:32 +0100
commit144529e09493fa5e395eabb8a214e6aec1cfc166 (patch)
tree45d4c2387666badf60f2a658c7d65c5fdd68c3ca /ffmpeg.c
parent0a5da9cc148b2ac7102b4a0653c38735672629f6 (diff)
parentd9bf716945046333c24580d538f450b516f15710 (diff)
Merge commit 'd9bf716945046333c24580d538f450b516f15710'
* commit 'd9bf716945046333c24580d538f450b516f15710': ppc: vorbisdsp: Drop some unnecessary #includes avconv: Increase the SDP buffer size to fit xiph SDPs Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 956040479a..db25f64c1b 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1870,7 +1870,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);