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/svq3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/svq3.c') diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 9dc1fb5d02..bf68389b5b 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -46,7 +46,7 @@ #include "internal.h" #include "avcodec.h" #include "mpegutils.h" -#include "h264.h" +#include "h264dec.h" #include "h264data.h" #include "golomb.h" #include "hpeldsp.h" -- cgit v1.2.1