# HG changeset patch # User cehoyos # Date 1267462355 0 # Node ID 6a29fa0921976789559a02801fd8cfa8f35718cc # Parent cd6fa05ffeb0fd222638e7f4a5a1ff6871896b8a Process packed bitstream also for VDPAU. diff -r cd6fa05ffeb0 -r 6a29fa092197 h263dec.c --- 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;