diff options
Diffstat (limited to 'libavcodec/cljr.c')
-rw-r--r-- | libavcodec/cljr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index 13b454727a..c4b12b1d1f 100644 --- a/libavcodec/cljr.c +++ b/libavcodec/cljr.c @@ -70,7 +70,7 @@ static int decode_frame(AVCodecContext *avctx, } p->reference = 0; - if (avctx->get_buffer(avctx, p) < 0) { + if (ff_get_buffer(avctx, p) < 0) { av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n"); return -1; } |