mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/psd: fix ugly typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
184c13f64a
commit
45cd50e5e2
@ -356,7 +356,7 @@ static int decode_frame(AVCodecContext *avctx, void *data,
|
||||
}
|
||||
break;
|
||||
case PSD_DUOTONE:
|
||||
av_log(avctx, AV_LOG_WARNING, "ignoring unknwon duotone specification.\n");
|
||||
av_log(avctx, AV_LOG_WARNING, "ignoring unknown duotone specification.\n");
|
||||
case PSD_GRAYSCALE:
|
||||
if (s->channel_count == 1) {
|
||||
if (s->channel_depth == 8) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user