From 9df889a5f116c1ee78c2f239e0ba599c492431aa Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 18 May 2016 09:02:39 +0200 Subject: h264: rename h264.[ch] to h264dec.[ch] This is more consistent with the naming of other decoders. --- libavcodec/vda_h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vda_h264.c') diff --git a/libavcodec/vda_h264.c b/libavcodec/vda_h264.c index 8ae9792200..037715da81 100644 --- a/libavcodec/vda_h264.c +++ b/libavcodec/vda_h264.c @@ -25,7 +25,7 @@ #include #include "libavutil/avutil.h" -#include "h264.h" +#include "h264dec.h" #include "internal.h" #include "vda.h" #include "vda_internal.h" -- cgit v1.2.3