|
@@ -407,7 +407,7 @@ static av_cold int qtrle_decode_init(AVCodecContext *avctx) |
|
|
default: |
|
|
default: |
|
|
av_log (avctx, AV_LOG_ERROR, "Unsupported colorspace: %d bits/sample?\n", |
|
|
av_log (avctx, AV_LOG_ERROR, "Unsupported colorspace: %d bits/sample?\n", |
|
|
avctx->bits_per_coded_sample); |
|
|
avctx->bits_per_coded_sample); |
|
|
break; |
|
|
|
|
|
|
|
|
return AVERROR_INVALIDDATA; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
s->frame.data[0] = NULL; |
|
|
s->frame.data[0] = NULL; |
|
|