[FFmpeg-cvslog] avcodec/psd: fix ugly typo

Paul B Mahol git at videolan.org
Wed Jan 11 12:43:41 EET 2017


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Jan 11 11:42:50 2017 +0100| [45cd50e5e24e991634b69d3869f2f336ca0ca612] | committer: Paul B Mahol

avcodec/psd: fix ugly typo

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45cd50e5e24e991634b69d3869f2f336ca0ca612
---

 libavcodec/psd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/psd.c b/libavcodec/psd.c
index e6ec896..4d6b0e3 100644
--- a/libavcodec/psd.c
+++ b/libavcodec/psd.c
@@ -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) {



More information about the ffmpeg-cvslog mailing list