mpeg4parser: fix initial qp precission

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Michael Niedermayer 13 years ago
parent efb1ce28b2
commit 7613d3b8fe
  1. 1
      libavcodec/mpeg4video_parser.c

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