Commit 3120a0f1 authored by cehoyos's avatar cehoyos

Process packed bitstream also for VDPAU.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22131 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b0f89ac7
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment