Skip to content
Snippets Groups Projects
Commit 62582a69 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

cook: Fix small typo in av_log_ask_for_sample message.

parent 230c1a90
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment