mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 05:57:49 +02:00
avcodec/mjpegdec: fix typo on a warning
This commit is contained in:
parent
56ff563f3b
commit
3885ef0c6c
@ -282,7 +282,7 @@ int ff_mjpeg_decode_sof(MJpegDecodeContext *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (s->avctx->bits_per_raw_sample != bits) {
|
if (s->avctx->bits_per_raw_sample != bits) {
|
||||||
av_log(s->avctx, AV_LOG_INFO, "Changeing bps to %d\n", bits);
|
av_log(s->avctx, AV_LOG_INFO, "Changing bps to %d\n", bits);
|
||||||
s->avctx->bits_per_raw_sample = bits;
|
s->avctx->bits_per_raw_sample = bits;
|
||||||
init_idct(s->avctx);
|
init_idct(s->avctx);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user