From 9a5a05d0b37b7a9345e928290c54af20528ac27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 15 Jul 2007 19:03:12 +0000 Subject: [PATCH] =?UTF-8?q?fix=20visual=20painting=20of=20MVs=20from=20h26?= =?UTF-8?q?4:=20they=20are=20painted=20twice=20too=20long=20since=20the=20?= =?UTF-8?q?MVs=20are=20in=20qpel=20res.=20Patch=20by=20Andreas=20=C3=96man?= =?UTF-8?q?=20%=20andreas=20A=20olebyn=20P=20nu=20%=20Date:=20Jul=2014,=20?= =?UTF-8?q?2007=2012:40=20PM=20Subject:=20[FFmpeg-devel]=20[PATCH]=20h264?= =?UTF-8?q?=20mv=20visualization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 9688 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 22c250ea99..515058116f 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -2938,6 +2938,7 @@ static int decode_init(AVCodecContext *avctx){ // set defaults // s->decode_mb= ff_h263_decode_mb; + s->quarter_sample = 1; s->low_delay= 1; avctx->pix_fmt= PIX_FMT_YUV420P;