summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_data.c
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/hevc_data.c
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/hevc_data.c')
-rw-r--r--libavcodec/hevc_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc_data.c b/libavcodec/hevc_data.c
index 0298fadcc8..1633a41c13 100644
--- a/libavcodec/hevc_data.c
+++ b/libavcodec/hevc_data.c
@@ -20,7 +20,7 @@
#include <stdint.h>
-#include "hevcdec.h"
+#include "hevc_data.h"
const uint8_t ff_hevc_diag_scan4x4_x[16] = {
0, 0, 1, 0,