You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
init flags before using it (found by arpi)
Originally committed as revision 1047 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -229,6 +229,8 @@ int MPV_common_init(MpegEncContext *s)
|
|||||||
UINT8 *pict;
|
UINT8 *pict;
|
||||||
|
|
||||||
DCT_common_init(s);
|
DCT_common_init(s);
|
||||||
|
|
||||||
|
s->flags= s->avctx->flags;
|
||||||
|
|
||||||
s->mb_width = (s->width + 15) / 16;
|
s->mb_width = (s->width + 15) / 16;
|
||||||
s->mb_height = (s->height + 15) / 16;
|
s->mb_height = (s->height + 15) / 16;
|
||||||
|
Reference in New Issue
Block a user