Mercurial > libavcodec.hg
changeset 11327:6a29fa092197 libavcodec
Process packed bitstream also for VDPAU.
author | cehoyos |
---|---|
date | Mon, 01 Mar 2010 16:52:35 +0000 |
parents | cd6fa05ffeb0 |
children | 51d5b29fc4fc |
files | h263dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h263dec.c Mon Mar 01 00:22:43 2010 +0000 +++ b/h263dec.c Mon Mar 01 16:52:35 2010 +0000 @@ -663,6 +663,7 @@ } assert(s->bitstream_buffer_size==0); +frame_end: /* divx 5.01+ bistream reorder stuff */ if(s->codec_id==CODEC_ID_MPEG4 && s->divx_packed){ int current_pos= get_bits_count(&s->gb)>>3; @@ -697,7 +698,6 @@ intrax8_decoded: ff_er_frame_end(s); -frame_end: if (avctx->hwaccel) { if (avctx->hwaccel->end_frame(avctx) < 0) return -1;