XorA found a bug in the avcodec code

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5310 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mswitch 2002-03-24 15:33:12 +00:00
parent ff1ffe28bf
commit eb89d8effe
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
} else {
avc_context->gop_size = 15;
}
avc_context->frame_rate = (int) vo_fps * FRAME_RATE_BASE;
avc_context->frame_rate = (int) (vo_fps * FRAME_RATE_BASE);
avc_context->bit_rate = 6e6;
avc_context->flags = CODEC_FLAG_HQ | CODEC_FLAG_QSCALE;
avc_context->quality = 2;