On Wed, Aug 6, 2014 at 11:42 AM, Luca Barbato <[email protected]> wrote:
> On 06/08/14 12:07, Vittorio Giovara wrote:
>> Bug-Id: 721
>> CC: [email protected]
>> Sample-Id: 31230.mov
>> ---
>>  libavcodec/jpeg2000dec.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavcodec/jpeg2000dec.c b/libavcodec/jpeg2000dec.c
>> index 7d081ea..aed9b2b 100644
>> --- a/libavcodec/jpeg2000dec.c
>> +++ b/libavcodec/jpeg2000dec.c
>> @@ -181,7 +181,7 @@ static int get_siz(Jpeg2000DecoderContext *s)
>>          return AVERROR_INVALIDDATA;
>>      }
>>
>> -    if (ncomponents > 3) {
>> +    if (ncomponents > 4) {
>>          avpriv_request_sample(s->avctx, "Support for %d components",
>>                                s->ncomponents);
>>          return AVERROR_PATCHWELCOME;
>>
>
> That's enough?

Apparently so.
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to