# HG changeset patch # User iive # Date 1234638573 0 # Node ID 25fd53df6f3e5ab807454ce9832793b9bb0482c8 # Parent 96c91837eb362563554f258f8f4fa5c6011bc5a1 Clarify TODO comment diff -r 96c91837eb36 -r 25fd53df6f3e mpegvideo_xvmc.c --- a/mpegvideo_xvmc.c Sat Feb 14 19:08:47 2009 +0000 +++ b/mpegvideo_xvmc.c Sat Feb 14 19:09:33 2009 +0000 @@ -271,7 +271,9 @@ s->pblocks[i][0] -= 1 << 10; if (!render->idct) { s->dsp.idct(s->pblocks[i]); - //!!TODO!clip!!! + /*It is unclear if MC hardware requires pixel diff values to be in + range [-255;255]. TODO cliping if such hardware is ever found. + As of now it would only be unnecessery slowdown. */ } //copy blocks only if the codec doesn't support pblocks reordering if (s->avctx->xvmc_acceleration == 1) {