summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-07-25 12:09:22 -0300
committerJames Almer <jamrial@gmail.com>2016-07-25 12:19:39 -0300
commit0c75bd8e3cd7f92a65878fc643d17d7826ecc561 (patch)
treebf32ed54b7b8f109d62dcddf6d24c6bcda18619d /libavcodec/dnxhddec.c
parent26cb7232c3432faa7a83d52dbff4503530f833ab (diff)
avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a header
It's a small and simple function that can be inlined. This removes one private symbol and should reduce object dependencies with the next major bump Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dnxhddec.c')
-rw-r--r--libavcodec/dnxhddec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c
index 627bc3b5e4..4d3a4a6d22 100644
--- a/libavcodec/dnxhddec.c
+++ b/libavcodec/dnxhddec.c
@@ -190,7 +190,7 @@ static int dnxhd_decode_header(DNXHDContext *ctx, AVFrame *frame,
return AVERROR_INVALIDDATA;
}
- header_prefix = avpriv_dnxhd_parse_header_prefix(buf);
+ header_prefix = ff_dnxhd_parse_header_prefix(buf);
if (header_prefix == 0) {
av_log(ctx->avctx, AV_LOG_ERROR,
"unknown header 0x%02X 0x%02X 0x%02X 0x%02X 0x%02X\n",