[FFmpeg-cvslog] r22131 - trunk/libavcodec/h263dec.c
cehoyos
subversion
Mon Mar 1 17:52:35 CET 2010
Author: cehoyos
Date: Mon Mar 1 17:52:35 2010
New Revision: 22131
Log:
Process packed bitstream also for VDPAU.
Modified:
trunk/libavcodec/h263dec.c
Modified: trunk/libavcodec/h263dec.c
==============================================================================
--- trunk/libavcodec/h263dec.c Mon Mar 1 17:47:44 2010 (r22130)
+++ trunk/libavcodec/h263dec.c Mon Mar 1 17:52:35 2010 (r22131)
@@ -663,6 +663,7 @@ retry:
}
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 @@ retry:
intrax8_decoded:
ff_er_frame_end(s);
-frame_end:
if (avctx->hwaccel) {
if (avctx->hwaccel->end_frame(avctx) < 0)
return -1;
More information about the ffmpeg-cvslog
mailing list