mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
cook: Fix small typo in av_log_ask_for_sample message.
This commit is contained in:
parent
230c1a9075
commit
62582a696b
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user