mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 17:07:43 +00:00
mpeg4parser: fix initial qp precission
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
efb1ce28b2
commit
7613d3b8fe
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue