summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-11-09 15:24:06 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-11-19 20:26:39 +0100
commit6a3df0dfa938e104c31576a9508c9a2cc8488f68 (patch)
tree395fb33e495d097d49904cc459dca0db8850b804 /libavcodec/dnxhddata.h
parent4586de94a70a6becc075d59ff7e6374eeabdf65c (diff)
avcodec/dnxhddata: Remove avpriv_dnxhd_get_interlaced()
It is unused. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r--libavcodec/dnxhddata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h
index 898079cffc..ecb1cd0b2d 100644
--- a/libavcodec/dnxhddata.h
+++ b/libavcodec/dnxhddata.h
@@ -90,6 +90,5 @@ static av_always_inline uint64_t ff_dnxhd_parse_header_prefix(const uint8_t *buf
int avpriv_dnxhd_get_frame_size(int cid);
int avpriv_dnxhd_get_hr_frame_size(int cid, int w, int h);
-int avpriv_dnxhd_get_interlaced(int cid);
#endif /* AVCODEC_DNXHDDATA_H */