Skip to content
Snippets Groups Projects
Commit 45cd50e5 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avcodec/psd: fix ugly typo


Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent 184c13f6
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment