[FFmpeg-cvslog] cook: Fix small typo in av_log_ask_for_sample message.

Diego Biurrun git at videolan.org
Sun Apr 24 03:50:09 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Apr 23 02:02:42 2011 +0200| [62582a696b4dbe3d644ea19aa6739bbe592482da] | committer: Diego Biurrun

cook: Fix small typo in av_log_ask_for_sample message.

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

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

diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index 282ca10..f1df240 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -1136,7 +1136,7 @@ static av_cold int cook_decode_init(AVCodecContext *avctx)
         switch (q->subpacket[s].cookversion) {
             case MONO:
                 if (q->nb_channels != 1) {
-                    av_log_ask_for_sample(avctx, "Container channels != 1.!\n");
+                    av_log_ask_for_sample(avctx, "Container channels != 1.\n");
                     return -1;
                 }
                 av_log(avctx,AV_LOG_DEBUG,"MONO\n");



More information about the ffmpeg-cvslog mailing list