diff mbox

[FFmpeg-devel,1/2] tests/audiogen: raise channel count limit to 12

Message ID 1532589222-15660-1-git-send-email-t.rapp@noa-archive.com
State Accepted
Commit b82632b59f1182a550f61013773d38e0dc9b4318
Headers show

Commit Message

Tobias Rapp July 26, 2018, 7:13 a.m. UTC
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
---
 tests/audiogen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Niedermayer July 27, 2018, 7:48 p.m. UTC | #1
On Thu, Jul 26, 2018 at 09:13:41AM +0200, Tobias Rapp wrote:
> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
> ---
>  tests/audiogen.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/audiogen.c b/tests/audiogen.c
> index 8d596b5..c43bb70 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

LGTM

thx

[...]
Tobias Rapp July 30, 2018, 8:52 a.m. UTC | #2
On 27.07.2018 21:48, Michael Niedermayer wrote:
> On Thu, Jul 26, 2018 at 09:13:41AM +0200, Tobias Rapp wrote:
>> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
>> ---
>>   tests/audiogen.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/audiogen.c b/tests/audiogen.c
>> index 8d596b5..c43bb70 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
> 
> LGTM

Applied, thanks for the review.

Regards,
Tobias
diff mbox

Patch

diff --git a/tests/audiogen.c b/tests/audiogen.c
index 8d596b5..c43bb70 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)
 {