diff options
author | James Almer <jamrial@gmail.com> | 2017-11-11 01:41:16 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-11-11 01:41:16 -0300 |
commit | 1b6e52c68fd0ce24f0e5dbafe93146c7793c677b (patch) | |
tree | da6a72186ad975a33fc5783af3a970016ecbecc0 /libavcodec/dnxhddata.h | |
parent | 006546c635f05444cd7dd241f9e65bef346771bd (diff) | |
download | ffmpeg-1b6e52c68fd0ce24f0e5dbafe93146c7793c677b.tar.gz |
avcodec/dnxhddata: remove dead code
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r-- | libavcodec/dnxhddata.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index 6de2c0918e..f80ce18f3c 100644 --- a/libavcodec/dnxhddata.h +++ b/libavcodec/dnxhddata.h @@ -105,8 +105,5 @@ static av_always_inline int ff_dnxhd_get_hr_frame_size(int cid, int w, int h) int avpriv_dnxhd_get_frame_size(int cid); int avpriv_dnxhd_get_interlaced(int cid); -#if LIBAVCODEC_VERSION_MAJOR < 58 -attribute_deprecated -uint64_t avpriv_dnxhd_parse_header_prefix(const uint8_t *buf); -#endif + #endif /* AVCODEC_DNXHDDATA_H */ |