[FFmpeg-soc] [soc]: r824 - dirac/libavcodec/dirac.c
marco
subversion at mplayerhq.hu
Wed Aug 15 22:10:52 CEST 2007
Author: marco
Date: Wed Aug 15 22:10:52 2007
New Revision: 824
Log:
remove useless comment
Modified:
dirac/libavcodec/dirac.c
Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c (original)
+++ dirac/libavcodec/dirac.c Wed Aug 15 22:10:52 2007
@@ -2044,9 +2044,6 @@ START_TIMER
int ypos;
ypos = y - i;
- /* XXX: Instead of clipping, it would be better to
- break up the loop and handle the last lines as a
- special case. */
val += t[i] * refdata[FFMAX(ypos, 0)
* refframe->linesize[comp] + x];
ypos = y + i + 1;
@@ -2078,9 +2075,6 @@ START_TIMER
int ypos;
ypos = y - i;
- /* XXX: Instead of clipping, it would be better to
- break up the loop and handle the last lines as a
- special case. */
val += t[i] * refdata[ypos
* refframe->linesize[comp] + x];
ypos = y + i + 1;
@@ -2112,9 +2106,6 @@ START_TIMER
int ypos;
ypos = y - i;
- /* XXX: Instead of clipping, it would be better to
- break up the loop and handle the last lines as a
- special case. */
val += t[i] * refdata[ypos
* refframe->linesize[comp] + x];
ypos = y + i + 1;
More information about the FFmpeg-soc
mailing list