mirror of https://git.ffmpeg.org/ffmpeg.git
mpeg4parser: fix initial qp precission
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
efb1ce28b2
commit
7613d3b8fe
|
@ -99,6 +99,7 @@ static av_cold int mpeg4video_parse_init(AVCodecParserContext *s)
|
||||||
if (!pc->enc)
|
if (!pc->enc)
|
||||||
return -1;
|
return -1;
|
||||||
pc->first_picture = 1;
|
pc->first_picture = 1;
|
||||||
|
pc->enc->quant_precision=5;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue