aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264chroma.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-22 18:47:16 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-22 18:59:23 +0200
commit7a556ebccfd6baf971d998127f9a1518b42830ae (patch)
tree14ae2456ae3e39588f1dfff4a6f4109ca35e152d /libavcodec/h264chroma.h
parent430d69c9421f2100e65b7e07c8d2a0f39534cbb6 (diff)
parent0c15a9aa7e1654a19144eb594f9639a57fd47482 (diff)
downloadandroid_external_ffmpeg-7a556ebccfd6baf971d998127f9a1518b42830ae.tar.gz
android_external_ffmpeg-7a556ebccfd6baf971d998127f9a1518b42830ae.tar.bz2
android_external_ffmpeg-7a556ebccfd6baf971d998127f9a1518b42830ae.zip
Merge commit '0c15a9aa7e1654a19144eb594f9639a57fd47482'
* commit '0c15a9aa7e1654a19144eb594f9639a57fd47482': sh4: Remove dubious aligned dsputil code Conflicts: libavcodec/sh4/dsputil_align.c libavcodec/sh4/h264chroma_init.c libavcodec/sh4/hpeldsp.c libavcodec/sh4/qpel.c If someone wants to maintain the sh4 code in ffmpeg, wants to add more optimizations, or volunteers to maintain any of what is removed here and can confirm that they are faster. Then please contact us! Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264chroma.h')
-rw-r--r--libavcodec/h264chroma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264chroma.h b/libavcodec/h264chroma.h
index 4e035b0c38..46fae425ed 100644
--- a/libavcodec/h264chroma.h
+++ b/libavcodec/h264chroma.h
@@ -32,7 +32,6 @@ void ff_h264chroma_init(H264ChromaContext *c, int bit_depth);
void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth);
void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth);
-void ff_h264chroma_init_sh4(H264ChromaContext *c, int bit_depth);
void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth);
#endif /* AVCODEC_H264CHROMA_H */