Commit 31ac9b30 authored by Laurent Aimar's avatar Laurent Aimar Committed by Michael Niedermayer

atrac1: give a valid context pointer to av_log().

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent cfabd35d
......@@ -282,7 +282,7 @@ static int atrac1_decode_frame(AVCodecContext *avctx, void *data,
if (buf_size < 212 * q->channels) {
av_log(q,AV_LOG_ERROR,"Not enought data to decode!\n");
av_log(avctx, AV_LOG_ERROR,"Not enought data to decode!\n");
return -1;
}
......
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