Commit 94106dde authored by michael's avatar michael

argh


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3347 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1b6d1396
......@@ -524,11 +524,12 @@ int h261_decode_picture_header(H261Context *h){
static int h261_decode_gob(H261Context *h){
MpegEncContext * const s = &h->s;
int v;
ff_set_qscale(s, s->qscale);
/* check for empty gob */
int v= show_bits(&s->gb, 15);
v= show_bits(&s->gb, 15);
if(get_bits_count(&s->gb) + 15 > s->gb.size_in_bits){
v>>= get_bits_count(&s->gb) + 15 - s->gb.size_in_bits;
......
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