comparison h264.c @ 10513:3d08b72377ee libavcodec

Cosmetics: Fix indentation after r20505.
author cehoyos
date Tue, 10 Nov 2009 20:55:45 +0000
parents 6ec7b5450ca7
children 368f82f6e2e3
comparison
equal deleted inserted replaced
10512:6ec7b5450ca7 10513:3d08b72377ee
2194 // s->decode_mb= ff_h263_decode_mb; 2194 // s->decode_mb= ff_h263_decode_mb;
2195 s->quarter_sample = 1; 2195 s->quarter_sample = 1;
2196 if(!avctx->has_b_frames) 2196 if(!avctx->has_b_frames)
2197 s->low_delay= 1; 2197 s->low_delay= 1;
2198 2198
2199 avctx->pix_fmt= avctx->get_format(avctx, avctx->codec->pix_fmts); 2199 avctx->pix_fmt= avctx->get_format(avctx, avctx->codec->pix_fmts);
2200 avctx->hwaccel = ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt); 2200 avctx->hwaccel = ff_find_hwaccel(avctx->codec->id, avctx->pix_fmt);
2201 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; 2201 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT;
2202 2202
2203 decode_init_vlc(); 2203 decode_init_vlc();
2204 2204