ffmpeg | branch: master | Tobias Rapp <[email protected]> | Thu Jul 19 11:49:33 2018 +0200| [b82632b59f1182a550f61013773d38e0dc9b4318] | committer: Tobias Rapp
tests/audiogen: raise channel count limit to 12 Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: Tobias Rapp <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b82632b59f1182a550f61013773d38e0dc9b4318 --- tests/audiogen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/audiogen.c b/tests/audiogen.c index 8d596b5108..c43bb70ff9 100644 --- a/tests/audiogen.c +++ b/tests/audiogen.c @@ -26,7 +26,7 @@ #include <stdio.h> #include <string.h> -#define MAX_CHANNELS 8 +#define MAX_CHANNELS 12 static unsigned int myrnd(unsigned int *seed_ptr, int n) { _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
