Commit 7613d3b8 authored by Michael Niedermayer's avatar Michael Niedermayer

mpeg4parser: fix initial qp precission

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent efb1ce28
......@@ -99,6 +99,7 @@ static av_cold int mpeg4video_parse_init(AVCodecParserContext *s)
if (!pc->enc)
return -1;
pc->first_picture = 1;
pc->enc->quant_precision=5;
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