pictordec: use correct context for another av_log
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
67eb95ce15
commit
43a2a8b4a3
@@ -126,7 +126,7 @@ static int decode_frame(AVCodecContext *avctx,
|
|||||||
s->nb_planes = (*buf++ >> 4) + 1;
|
s->nb_planes = (*buf++ >> 4) + 1;
|
||||||
bpp = s->nb_planes ? bits_per_plane*s->nb_planes : bits_per_plane;
|
bpp = s->nb_planes ? bits_per_plane*s->nb_planes : bits_per_plane;
|
||||||
if (bits_per_plane > 8 || bpp < 1 || bpp > 32) {
|
if (bits_per_plane > 8 || bpp < 1 || bpp > 32) {
|
||||||
av_log_ask_for_sample(s, "unsupported bit depth\n");
|
av_log_ask_for_sample(avctx, "unsupported bit depth\n");
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user