diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-10-12 10:21:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-10-16 20:26:40 +0200 |
commit | 150c896a9e46b23b97debb0a5f66fbaeaa32f153 (patch) | |
tree | 22901bd9e41dd42a8187e86c0550b76941f8b817 /libavcodec/hevcdec.c | |
parent | 645c6ff4231a75a71db58c8e6d06346068d2f949 (diff) | |
download | ffmpeg-150c896a9e46b23b97debb0a5f66fbaeaa32f153.tar.gz |
hevcdec: split ff_hevc_diag_scan* declarations into a separate header
This will be useful in the following commits.
Diffstat (limited to 'libavcodec/hevcdec.c')
-rw-r--r-- | libavcodec/hevcdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevcdec.c b/libavcodec/hevcdec.c index 1da43344a4..93eb95a265 100644 --- a/libavcodec/hevcdec.c +++ b/libavcodec/hevcdec.c @@ -37,6 +37,7 @@ #include "cabac_functions.h" #include "golomb.h" #include "hevc.h" +#include "hevc_data.h" #include "hevcdec.h" #include "profiles.h" |