Mercurial > libavcodec.hg
changeset 8632:6fa5b0727ddd libavcodec
Cosmetics: Fix indentation after last commit.
author | cehoyos |
---|---|
date | Tue, 20 Jan 2009 09:36:28 +0000 |
parents | 2d7269e13a8d |
children | aa3670eccc16 |
files | vc1.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/vc1.c Tue Jan 20 09:28:36 2009 +0000 +++ b/vc1.c Tue Jan 20 09:36:28 2009 +0000 @@ -4270,14 +4270,14 @@ &&s->avctx->codec->capabilities&CODEC_CAP_HWACCEL_VDPAU) ff_vdpau_vc1_decode_picture(s, buf_vdpau, (buf + buf_size) - buf_vdpau); else { - ff_er_frame_start(s); - - v->bits = buf_size * 8; - vc1_decode_blocks(v); + ff_er_frame_start(s); + + v->bits = buf_size * 8; + vc1_decode_blocks(v); //av_log(s->avctx, AV_LOG_INFO, "Consumed %i/%i bits\n", get_bits_count(&s->gb), buf_size*8); // if(get_bits_count(&s->gb) > buf_size * 8) // return -1; - ff_er_frame_end(s); + ff_er_frame_end(s); } MPV_frame_end(s);