Commit f4c5c40e authored by michaelni's avatar michaelni

segfault fix patch by (Juergen Keil <jk at tools dot de>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1073 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ee70e960
......@@ -4644,6 +4644,10 @@ int intel_h263_decode_picture_header(MpegEncContext *s)
skip_bits(&s->gb, 8);
}
s->f_code = 1;
s->y_dc_scale_table=
s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
return 0;
}
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