diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-06-25 18:34:03 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-06-25 18:34:03 +0000 |
commit | 96da2a6967d0361125359811f73fea9aee03d636 (patch) | |
tree | 6a731a8391093f2721c99c20204af3e7cc208553 /libavcodec/x86 | |
parent | d45b771ca08bb0b3ae3839bcd7adc76d79ab3228 (diff) | |
download | ffmpeg-96da2a6967d0361125359811f73fea9aee03d636.tar.gz |
Cosmetics: Fix indentation.
Originally committed as revision 23785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/h264dsp_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c index 8c00d5e0fb..616233f1d9 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) { |