Re: [FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: set request_channel_layout

2019-12-07 Thread Michael Niedermayer
On Fri, Dec 06, 2019 at 08:31:09PM -0300, James Almer wrote: > On 12/6/2019 8:08 PM, Michael Niedermayer wrote: > > On Fri, Dec 06, 2019 at 11:56:13AM -0300, James Almer wrote: > >> Should increase coverage of some decoders. > >> > >> Signed-off-by: James Almer > >> --- > >> Passing 6 to av_get_de

Re: [FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: set request_channel_layout

2019-12-06 Thread James Almer
On 12/6/2019 8:08 PM, Michael Niedermayer wrote: > On Fri, Dec 06, 2019 at 11:56:13AM -0300, James Almer wrote: >> Should increase coverage of some decoders. >> >> Signed-off-by: James Almer >> --- >> Passing 6 to av_get_default_channel_layout() will return the 5.1 layout but >> never 5.1(side), w

Re: [FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: set request_channel_layout

2019-12-06 Thread Michael Niedermayer
On Fri, Dec 06, 2019 at 11:56:13AM -0300, James Almer wrote: > Should increase coverage of some decoders. > > Signed-off-by: James Almer > --- > Passing 6 to av_get_default_channel_layout() will return the 5.1 layout but > never 5.1(side), which is for example what the dts decoder actually looks

[FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: set request_channel_layout

2019-12-06 Thread James Almer
Should increase coverage of some decoders. Signed-off-by: James Almer --- Passing 6 to av_get_default_channel_layout() will return the 5.1 layout but never 5.1(side), which is for example what the dts decoder actually looks for. Any suggestion on how to make the fuzzer pick one of the non default