]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dnxhdenc.c
aarch64: vp8: Fix assembling with clang
[ffmpeg] / libavcodec / dnxhdenc.c
index 9325f38baf212b8215a52481b35d364b37cb90de..41b8079a09ca9ba6176b4e2df0db48318d84c0ee 100644 (file)
@@ -482,7 +482,7 @@ static av_cold int dnxhd_encode_init(AVCodecContext *avctx)
     ctx->m.mb_num = ctx->m.mb_height * ctx->m.mb_width;
 
     if (ctx->cid_table->frame_size == DNXHD_VARIABLE) {
-        ctx->frame_size = ff_dnxhd_get_hr_frame_size(ctx->cid,
+        ctx->frame_size = avpriv_dnxhd_get_hr_frame_size(ctx->cid,
                                                      avctx->width, avctx->height);
         av_assert0(ctx->frame_size >= 0);
         ctx->coding_unit_size = ctx->frame_size;