summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-06-25 18:34:03 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-06-25 18:34:03 +0000
commit96da2a6967d0361125359811f73fea9aee03d636 (patch)
tree6a731a8391093f2721c99c20204af3e7cc208553 /libavcodec
parentd45b771ca08bb0b3ae3839bcd7adc76d79ab3228 (diff)
downloadffmpeg-streaming-96da2a6967d0361125359811f73fea9aee03d636.zip
ffmpeg-streaming-96da2a6967d0361125359811f73fea9aee03d636.tar.gz
Cosmetics: Fix indentation.
Originally committed as revision 23785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/h264dsp_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c
index 8c00d5e..616233f 100644
--- a/libavcodec/x86/h264dsp_mmx.c
+++ b/libavcodec/x86/h264dsp_mmx.c
@@ -2345,7 +2345,7 @@ void ff_pred8x8_horizontal_ssse3 (uint8_t *src, int stride);
void ff_pred8x8_tm_vp8_mmx (uint8_t *src, int stride);
void ff_pred8x8_tm_vp8_mmxext (uint8_t *src, int stride);
void ff_pred8x8_tm_vp8_sse2 (uint8_t *src, int stride);
-void ff_pred8x8_tm_vp8_ssse3 (uint8_t *src, int stride);
+void ff_pred8x8_tm_vp8_ssse3 (uint8_t *src, int stride);
void ff_h264_pred_init_x86(H264PredContext *h, int codec_id)
{
OpenPOWER on IntegriCloud