diff options
author | James Almer <jamrial@gmail.com> | 2017-03-23 15:12:23 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-03-23 15:14:06 -0300 |
commit | b29c8c995f17156204eb074e12b781a94b02c2a9 (patch) | |
tree | 8c5d8e84609c6890f99285149730d3189c47d1bb /libavcodec/hevc_cabac.c | |
parent | 5c6efaffd09de059aa5c7fb9d62bc2e53ba96baf (diff) | |
parent | 150c896a9e46b23b97debb0a5f66fbaeaa32f153 (diff) | |
download | ffmpeg-b29c8c995f17156204eb074e12b781a94b02c2a9.tar.gz |
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_cabac.c')
-rw-r--r-- | libavcodec/hevc_cabac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevc_cabac.c b/libavcodec/hevc_cabac.c index 969f37203f..205fc4edef 100644 --- a/libavcodec/hevc_cabac.c +++ b/libavcodec/hevc_cabac.c @@ -25,6 +25,7 @@ #include "libavutil/common.h" #include "cabac_functions.h" +#include "hevc_data.h" #include "hevcdec.h" #define CABAC_MAX_BIN 31 |