[FFmpeg-devel] [PATCH]Raise max channels to 64
Michael Niedermayer
michael at niedermayer.cc
Fri Jul 10 19:42:27 CEST 2015
On Fri, Jul 10, 2015 at 06:24:42PM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> A user claims that attached patch helps him
> with a 64-channel software input device on
> avfoundation that does not work with current
> git head.
[...]
>
> typedef struct PanContext {
> const AVClass *class;
> diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h
> index e36faf1..ce5eef4 100644
> --- a/libswresample/swresample_internal.h
> +++ b/libswresample/swresample_internal.h
> @@ -25,7 +25,7 @@
> #include "libavutil/channel_layout.h"
> #include "config.h"
>
> -#define SWR_CH_MAX 32
> +#define SWR_CH_MAX 64
swr change ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150710/6ee3623b/attachment.sig>
More information about the ffmpeg-devel
mailing list