avcodec/sunrast: Fix return type for "unsupported (compression) type"
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 0e8b7709a92afd7c10b4b5861870f6e365f280c3) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
f8a4c39b2f
commit
942dcae517
@ -72,7 +72,7 @@ static int sunrast_decode_frame(AVCodecContext *avctx, void *data,
|
||||
|
||||
if (type == RT_FORMAT_TIFF || type == RT_FORMAT_IFF) {
|
||||
av_log(avctx, AV_LOG_ERROR, "unsupported (compression) type\n");
|
||||
return -1;
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
|
||||
switch (depth) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user