Commit 4468306d authored by banan's avatar banan

Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14348 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 96a1d23f
......@@ -174,7 +174,7 @@ static int decode_tag(AVCodecContext * avctx,
case 512: // 44100Hz
blocks = 8; break;
default:
av_log(avctx, AV_LOG_ERROR, "Tag size %d unknown, report sample!\n", buf_size);
av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
return buf_size;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment