You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-25 14:23:15 +02:00
exr: display warning if multiple compression attributes are found
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@ -403,7 +403,10 @@ static int decode_frame(AVCodecContext *avctx,
|
||||
if (!variable_buffer_data_size)
|
||||
return AVERROR_INVALIDDATA;
|
||||
|
||||
if (s->compr == -1)
|
||||
s->compr = *buf;
|
||||
else
|
||||
av_log(avctx, AV_LOG_WARNING, "Found more than one compression attribute\n");
|
||||
|
||||
buf += variable_buffer_data_size;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user