diff options
author | Anton Khirnov | 2016-05-18 09:02:39 +0200 |
---|---|---|
committer | Anton Khirnov | 2016-06-21 11:11:26 +0200 |
commit | 9df889a5f116c1ee78c2f239e0ba599c492431aa (patch) | |
tree | bfe4fb0b0f89ac7608f66708499c194746d8192d /libavcodec/svq3.c | |
parent | f651c6a259d4bc78f25db11d25df9256d5110bd3 (diff) |
h264: rename h264.[ch] to h264dec.[ch]
This is more consistent with the naming of other decoders.
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r-- | libavcodec/svq3.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |