summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-03-01 16:52:35 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-03-01 16:52:35 +0000
commit8ef4f92b0dee17dff6eff40551edacbb8e310a11 (patch)
treecd7adf097ba293168a727329c44c7411256e8a73 /libavcodec/h263dec.c
parent49b609820d68fb3527046d14c88e6f997e1a3bad (diff)
Process packed bitstream also for VDPAU.
Originally committed as revision 22131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index dac542423b..9ed4bdb1b4 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -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;