Browse Source

mpeg4parser: fix initial qp precission

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 13 years ago
parent
commit
7613d3b8fe
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mpeg4video_parser.c

+ 1
- 0
libavcodec/mpeg4video_parser.c View File

@@ -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…
Cancel
Save