From 4abe3b049d987420eb891f74a35af2cebbf52144 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 21 Aug 2016 17:14:24 +0200 Subject: 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. --- libavcodec/hevc_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hevc_data.c') diff --git a/libavcodec/hevc_data.c b/libavcodec/hevc_data.c index f4b6096aec..7976c34156 100644 --- a/libavcodec/hevc_data.c +++ b/libavcodec/hevc_data.c @@ -20,7 +20,7 @@ #include -#include "hevc.h" +#include "hevcdec.h" const uint8_t ff_hevc_diag_scan4x4_x[16] = { 0, 0, 1, 0, -- cgit v1.2.1