Commit 144529e0 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'd9bf7169'

* commit 'd9bf7169':
  ppc: vorbisdsp: Drop some unnecessary #includes
  avconv: Increase the SDP buffer size to fit xiph SDPs
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 0a5da9cc d9bf7169
......@@ -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);
......
......@@ -23,8 +23,6 @@
#include <altivec.h>
#endif
#include "libavutil/cpu.h"
#include "libavutil/ppc/types_altivec.h"
#include "libavutil/ppc/util_altivec.h"
#include "libavcodec/vorbisdsp.h"
#if HAVE_ALTIVEC
......
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