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_sei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hevc_sei.c') diff --git a/libavcodec/hevc_sei.c b/libavcodec/hevc_sei.c index 17cef6743d..37c80647d6 100644 --- a/libavcodec/hevc_sei.c +++ b/libavcodec/hevc_sei.c @@ -23,7 +23,7 @@ */ #include "golomb.h" -#include "hevc.h" +#include "hevcdec.h" enum HEVC_SEI_TYPE { SEI_TYPE_BUFFERING_PERIOD = 0, -- cgit v1.2.3