summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-23 15:12:23 -0300
committerJames Almer <jamrial@gmail.com>2017-03-23 15:14:06 -0300
commitb29c8c995f17156204eb074e12b781a94b02c2a9 (patch)
tree8c5d8e84609c6890f99285149730d3189c47d1bb /libavcodec/hevcdec.h
parent5c6efaffd09de059aa5c7fb9d62bc2e53ba96baf (diff)
parent150c896a9e46b23b97debb0a5f66fbaeaa32f153 (diff)
Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153'
* commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153': hevcdec: split ff_hevc_diag_scan* declarations into a separate header Merged-by: James Almer <jamrial@gmail.com>
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 0866461c00..bad4fb2622 100644
--- a/libavcodec/hevcdec.h
+++ b/libavcodec/hevcdec.h
@@ -1038,9 +1038,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 */