]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dnxhd_parser.c
Merge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
[ffmpeg] / libavcodec / dnxhd_parser.c
index 79ca1d6718845ffaab35bbf806f78795013c5510..7c16e251a493785cc549126c39ddca5ba95d6c6e 100644 (file)
@@ -75,7 +75,7 @@ static int dnxhd_find_frame_end(DNXHDParserContext *dctx,
 
                 remaining = avpriv_dnxhd_get_frame_size(cid);
                 if (remaining <= 0) {
-                    remaining = ff_dnxhd_get_hr_frame_size(cid, dctx->w, dctx->h);
+                    remaining = avpriv_dnxhd_get_hr_frame_size(cid, dctx->w, dctx->h);
                     if (remaining <= 0)
                         continue;
                 }