summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-10-12 10:21:35 +0200
committerAnton Khirnov <anton@khirnov.net>2016-10-16 20:26:40 +0200
commit150c896a9e46b23b97debb0a5f66fbaeaa32f153 (patch)
tree22901bd9e41dd42a8187e86c0550b76941f8b817 /libavcodec/hevcdec.h
parent645c6ff4231a75a71db58c8e6d06346068d2f949 (diff)
hevcdec: split ff_hevc_diag_scan* declarations into a separate header
This will be useful in the following commits.
Diffstat (limited to 'libavcodec/hevcdec.h')
-rw-r--r--libavcodec/hevcdec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h
index 95662234c1..b4502c0ad8 100644
--- a/libavcodec/hevcdec.h
+++ b/libavcodec/hevcdec.h
@@ -966,9 +966,4 @@ extern const uint8_t ff_hevc_qpel_extra_before[4];
extern const uint8_t ff_hevc_qpel_extra_after[4];
extern const uint8_t ff_hevc_qpel_extra[4];
-extern const uint8_t ff_hevc_diag_scan4x4_x[16];
-extern const uint8_t ff_hevc_diag_scan4x4_y[16];
-extern const uint8_t ff_hevc_diag_scan8x8_x[64];
-extern const uint8_t ff_hevc_diag_scan8x8_y[64];
-
#endif /* AVCODEC_HEVCDEC_H */