Commit 9a33078b authored by Baptiste Coudurier's avatar Baptiste Coudurier Committed by Michael Niedermayer

dsputil_mmx: fix indention

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6e7315f4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment