[FFmpeg-cvslog] dsputil_mmx: fix indention
Baptiste Coudurier
git at videolan.org
Mon Aug 15 00:52:02 CEST 2011
ffmpeg | branch: master | Baptiste Coudurier <baptiste.coudurier at gmail.com> | Mon Aug 15 00:37:19 2011 +0200| [9a33078b64d5b854a3a0b631e747205851d98476] | committer: Michael Niedermayer
dsputil_mmx: fix indention
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a33078b64d5b854a3a0b631e747205851d98476
---
libavcodec/x86/dsputil_mmx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
index ea9d7f5..ddd151d 100644
--- a/libavcodec/x86/dsputil_mmx.c
+++ b/libavcodec/x86/dsputil_mmx.c
@@ -2451,7 +2451,7 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
c->add_bytes= add_bytes_mmx;
if (!high_bit_depth)
- c->draw_edges = draw_edges_mmx;
+ c->draw_edges = draw_edges_mmx;
if (CONFIG_H263_DECODER || CONFIG_H263_ENCODER) {
c->h263_v_loop_filter= h263_v_loop_filter_mmx;
More information about the ffmpeg-cvslog
mailing list