Commit 295c246b authored by diego's avatar diego

whitespace cosmetics: Fix indentation depth.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17233 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 40e64cb6
......@@ -48,8 +48,8 @@ void XVMC_init_block(MpegEncContext *s){
}
void XVMC_pack_pblocks(MpegEncContext *s, int cbp){
int i,j;
const int mb_block_count = 4+(1<<s->chroma_format);
int i,j;
const int mb_block_count = 4+(1<<s->chroma_format);
j=0;
cbp<<= 12-mb_block_count;
......@@ -119,11 +119,11 @@ void XVMC_field_end(MpegEncContext *s){
}
void XVMC_decode_mb(MpegEncContext *s){
XvMCMacroBlock * mv_block;
struct xvmc_render_state * render;
int i,cbp,blocks_per_mb;
XvMCMacroBlock * mv_block;
struct xvmc_render_state * render;
int i,cbp,blocks_per_mb;
const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
if(s->encoding){
......
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