On 18/04/2017 16:08, Diego Biurrun wrote:
> On Mon, Apr 17, 2017 at 07:14:47PM +0000, Luca Barbato wrote:
>> --- a/libavcodec/mjpegdec.c
>> +++ b/libavcodec/mjpegdec.c
>> @@ -1129,6 +1129,12 @@ int ff_mjpeg_decode_sos(MJpegDecodeContext *s, const 
>> uint8_t *mb_bitmask,
>>  
>> +    if (s->lossless && s->rgb && nb_components != 3) {
>> +        avpriv_request_sample(s->avctx,
>> +            "Lossless RGB image without 3 components");
> 
> indentation
> 
>> +        return AVERROR(ENOSYS);
> 
> AVERROR_PATCHWELCOME

Sure, why not :)


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

Reply via email to