diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-05-18 09:02:39 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-06-21 11:11:26 +0200 |
commit | 9df889a5f116c1ee78c2f239e0ba599c492431aa (patch) | |
tree | bfe4fb0b0f89ac7608f66708499c194746d8192d /libavcodec/ppc/h264dsp.c | |
parent | f651c6a259d4bc78f25db11d25df9256d5110bd3 (diff) | |
download | ffmpeg-9df889a5f116c1ee78c2f239e0ba599c492431aa.tar.gz |
h264: rename h264.[ch] to h264dec.[ch]
This is more consistent with the naming of other decoders.
Diffstat (limited to 'libavcodec/ppc/h264dsp.c')
-rw-r--r-- | libavcodec/ppc/h264dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/h264dsp.c b/libavcodec/ppc/h264dsp.c index ce514e3d86..0538dbceed 100644 --- a/libavcodec/ppc/h264dsp.c +++ b/libavcodec/ppc/h264dsp.c @@ -31,7 +31,7 @@ #include "libavutil/ppc/types_altivec.h" #include "libavutil/ppc/util_altivec.h" -#include "libavcodec/h264.h" +#include "libavcodec/h264dec.h" #include "libavcodec/h264dsp.h" #if HAVE_ALTIVEC && HAVE_BIGENDIAN |