Browse Source

avcodec/h264_cabac: fix indention

Fixes CID1087088
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
4260ed462b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/h264_cabac.c

+ 1
- 1
libavcodec/h264_cabac.c View File

@@ -2194,7 +2194,7 @@ decode_intra_mb:
}
}else
ref=0;
fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, ref, 1);
fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, ref, 1);
}
}
for(list=0; list<h->list_count; list++){


Loading…
Cancel
Save