Commit 9dcd8b86 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Use correct context for av_log.

Fixes ticket #695.
parent c863d375
......@@ -230,7 +230,7 @@ static int decode_frame(AVCodecContext *avctx,
}
}
} else {
av_log_ask_for_sample(s, "uncompressed image\n");
av_log_ask_for_sample(avctx, "uncompressed image\n");
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