[FFmpeg-cvslog] lavc/fic: Cosmetics, fix a typo.

Carl Eugen Hoyos git at videolan.org
Mon Apr 18 00:19:39 CEST 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Apr 18 00:18:54 2016 +0200| [db7d0d6e7c43da123106f881557b82d3deec44b5] | committer: Carl Eugen Hoyos

lavc/fic: Cosmetics, fix a typo.

Found by Moritz Barsnick

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

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

diff --git a/libavcodec/fic.c b/libavcodec/fic.c
index 7d698f0..a2f878f 100644
--- a/libavcodec/fic.c
+++ b/libavcodec/fic.c
@@ -323,7 +323,7 @@ static int fic_decode_frame(AVCodecContext *avctx, void *data,
     cur_y = AV_RL16(src + 35);
     if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) {
         av_log(avctx, AV_LOG_WARNING,
-               "Invalid cursor position: (%d,%d). Skipping cusor.\n",
+               "Invalid cursor position: (%d,%d). Skipping cursor.\n",
                cur_x, cur_y);
         skip_cursor = 1;
     }



More information about the ffmpeg-cvslog mailing list