summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.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/hevcdec.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/hevcdec.c')
-rw-r--r--libavcodec/hevcdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c
index aa54142da2..257eebc2b6 100644
--- a/libavcodec/hevcdec.c
+++ b/libavcodec/hevcdec.c
@@ -38,6 +38,7 @@
#include "cabac_functions.h"
#include "golomb.h"
#include "hevc.h"
+#include "hevc_data.h"
#include "hevcdec.h"
#include "profiles.h"