Commit cb42101a authored by michaelni's avatar michaelni

init flags before using it (found by arpi)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1047 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2ea8b59f
......@@ -230,6 +230,8 @@ int MPV_common_init(MpegEncContext *s)
DCT_common_init(s);
s->flags= s->avctx->flags;
s->mb_width = (s->width + 15) / 16;
s->mb_height = (s->height + 15) / 16;
......
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