Le duodi 22 messidor, an CCXXIII, Carl Eugen Hoyos a écrit : > 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.
> diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c > index 4ba77a7..9117cc0 100644 > --- a/libavfilter/af_pan.c > +++ b/libavfilter/af_pan.c > @@ -37,7 +37,7 @@ > #include "formats.h" > #include "internal.h" > > -#define MAX_CHANNELS 63 > +#define MAX_CHANNELS 64 > > typedef struct PanContext { > const AVClass *class; No objection from me on this hunk. But I wonder what it will do with AV_CH_LAYOUT_NATIVE. Probably nothing too bad, though. Regards, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel