Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-11 07:41:16 +0300
committerJames Almer <jamrial@gmail.com>2017-11-11 07:41:16 +0300
commit1b6e52c68fd0ce24f0e5dbafe93146c7793c677b (patch)
treeda6a72186ad975a33fc5783af3a970016ecbecc0 /libavcodec/dnxhddata.c
parent006546c635f05444cd7dd241f9e65bef346771bd (diff)
avcodec/dnxhddata: remove dead code
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dnxhddata.c')
-rw-r--r--libavcodec/dnxhddata.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/dnxhddata.c b/libavcodec/dnxhddata.c
index e995449d63..d7d3331b4f 100644
--- a/libavcodec/dnxhddata.c
+++ b/libavcodec/dnxhddata.c
@@ -1100,13 +1100,6 @@ int avpriv_dnxhd_get_interlaced(int cid)
return ff_dnxhd_cid_table[i].flags & DNXHD_INTERLACED ? 1 : 0;
}
-#if LIBAVCODEC_VERSION_MAJOR < 58
-uint64_t avpriv_dnxhd_parse_header_prefix(const uint8_t *buf)
-{
- return ff_dnxhd_parse_header_prefix(buf);
-}
-#endif
-
static int dnxhd_find_hr_cid(AVCodecContext *avctx)
{
switch (avctx->profile) {