summaryrefslogtreecommitdiff
path: root/libavcodec/hevcpred.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-08-21 17:14:24 +0200
committerAnton Khirnov <anton@khirnov.net>2016-10-16 20:26:17 +0200
commit4abe3b049d987420eb891f74a35af2cebbf52144 (patch)
tree56d0c93953cd7003d9f0442787df4ef97c6d9ed3 /libavcodec/hevcpred.c
parent6c31ba226968f12f898120dbb928dab34e03782b (diff)
hevc: rename hevc.[ch] to hevcdec.[ch]
This is more consistent with the rest of libav and frees up the hevc.h name for decoder-independent shared declarations.
Diffstat (limited to 'libavcodec/hevcpred.c')
-rw-r--r--libavcodec/hevcpred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevcpred.c b/libavcodec/hevcpred.c
index 1ba2487a62..7342b7e2ef 100644
--- a/libavcodec/hevcpred.c
+++ b/libavcodec/hevcpred.c
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "hevc.h"
+#include "hevcdec.h"
#define BIT_DEPTH 8
#include "hevcpred_template.c"