dsputil_mmx: fix indention
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6e7315f4a1
commit
9a33078b64
@ -2451,7 +2451,7 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
|
|||||||
c->add_bytes= add_bytes_mmx;
|
c->add_bytes= add_bytes_mmx;
|
||||||
|
|
||||||
if (!high_bit_depth)
|
if (!high_bit_depth)
|
||||||
c->draw_edges = draw_edges_mmx;
|
c->draw_edges = draw_edges_mmx;
|
||||||
|
|
||||||
if (CONFIG_H263_DECODER || CONFIG_H263_ENCODER) {
|
if (CONFIG_H263_DECODER || CONFIG_H263_ENCODER) {
|
||||||
c->h263_v_loop_filter= h263_v_loop_filter_mmx;
|
c->h263_v_loop_filter= h263_v_loop_filter_mmx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user