svq1dec: dont export the qscale table.

SVQ1 has no qscales so the table is of no use, and it triggers a bug as
SVQ1 does not maintain the size of the table properly causing a crash.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/6/merge
Michael Niedermayer 12 years ago
parent 7ab690bf5f
commit 0a373c31cb
  1. 1
      libavcodec/svq1dec.c

@ -699,6 +699,7 @@ static int svq1_decode_frame(AVCodecContext *avctx, void *data,
}
*pict = s->current_picture.f;
pict->qscale_table = NULL;
ff_MPV_frame_end(s);

Loading…
Cancel
Save