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

Tobias Rapp t.rapp at noa-archive.com
Mon Jul 30 11:52:48 EEST 2018


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 at 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



More information about the ffmpeg-devel mailing list