Browse code

cook: Fix small typo in av_log_ask_for_sample message.

Diego Biurrun authored on 2011/04/23 09:02:42
Showing 1 changed files
... ...
@@ -1136,7 +1136,7 @@ static av_cold int cook_decode_init(AVCodecContext *avctx)
1136 1136
         switch (q->subpacket[s].cookversion) {
1137 1137
             case MONO:
1138 1138
                 if (q->nb_channels != 1) {
1139
-                    av_log_ask_for_sample(avctx, "Container channels != 1.!\n");
1139
+                    av_log_ask_for_sample(avctx, "Container channels != 1.\n");
1140 1140
                     return -1;
1141 1141
                 }
1142 1142
                 av_log(avctx,AV_LOG_DEBUG,"MONO\n");