aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/h264chroma_mips.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-07-29 11:01:36 +0200
committerClément Bœsch <u@pkh.me>2016-07-29 11:01:36 +0200
commit15b26e88cb7c775e0e7a422ab6b088b5690f31ad (patch)
treea5e2705a74a0ef8f98b51d364fb510169cc7607e /libavcodec/mips/h264chroma_mips.h
parent7dda97fb86ff615e6a892052545d955816bb58f6 (diff)
parent9df889a5f116c1ee78c2f239e0ba599c492431aa (diff)
downloadffmpeg-15b26e88cb7c775e0e7a422ab6b088b5690f31ad.tar.gz
Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'
* commit '9df889a5f116c1ee78c2f239e0ba599c492431aa': h264: rename h264.[ch] to h264dec.[ch] Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/mips/h264chroma_mips.h')
-rw-r--r--libavcodec/mips/h264chroma_mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mips/h264chroma_mips.h b/libavcodec/mips/h264chroma_mips.h
index 0ef6c74691..6e6127d8a7 100644
--- a/libavcodec/mips/h264chroma_mips.h
+++ b/libavcodec/mips/h264chroma_mips.h
@@ -21,7 +21,7 @@
#ifndef AVCODEC_MIPS_H264CHROMA_MIPS_H
#define AVCODEC_MIPS_H264CHROMA_MIPS_H
-#include "libavcodec/h264.h"
+#include "libavcodec/h264dec.h"
void ff_put_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, int stride,
int height, int x, int y);
void ff_put_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, int stride,