[FFmpeg-cvslog] bintext: fix warning message wording.

Clément Bœsch git at videolan.org
Thu Oct 6 18:43:02 CEST 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Oct  6 18:42:28 2011 +0200| [696a780c47f57009727597509cc1c018c1c3152d] | committer: Clément Bœsch

bintext: fix warning message wording.

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

 libavcodec/bintext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/bintext.c b/libavcodec/bintext.c
index 31456d3..d183ba0 100644
--- a/libavcodec/bintext.c
+++ b/libavcodec/bintext.c
@@ -74,7 +74,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
     } else {
         switch(s->font_height) {
         default:
-            av_log(avctx, AV_LOG_WARNING, "font height %i not support\n", s->font_height);
+            av_log(avctx, AV_LOG_WARNING, "font height %i not supported\n", s->font_height);
             s->font_height = 8;
         case 8:
             s->font = ff_cga_font;



More information about the ffmpeg-cvslog mailing list