Mercurial > mplayer.hg
changeset 5542:5cf3a60c2815
trying to fix davids "libavcodec bug" ...
author | michael |
---|---|
date | Tue, 09 Apr 2002 23:55:47 +0000 |
parents | 0cd696b41253 |
children | c75f75806af1 |
files | libvo/vo_dxr3.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_dxr3.c Tue Apr 09 15:55:00 2002 +0000 +++ b/libvo/vo_dxr3.c Tue Apr 09 23:55:47 2002 +0000 @@ -408,7 +408,7 @@ } 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->flags = CODEC_FLAG_QSCALE; avc_context->quality = 2; avc_context->pix_fmt = PIX_FMT_YUV420P; if (avcodec_open(avc_context, avc_codec) < 0) {