[MPlayer-cvslog] CVS: main/libmpcodecs vf_hqdn3d.c,1.4,1.5
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Thu Oct 6 23:37:58 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv13652/libmpcodecs
Modified Files:
vf_hqdn3d.c
Log Message:
Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>
Index: vf_hqdn3d.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_hqdn3d.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vf_hqdn3d.c 6 Oct 2005 08:12:49 -0000 1.4
+++ vf_hqdn3d.c 6 Oct 2005 21:37:56 -0000 1.5
@@ -111,7 +111,7 @@
PixelDst = LineAnt[0] = PixelAnt = Frame[0]<<16;
FrameDest[0]= ((PixelDst+0x10007FFF)/65536);
- /* Fist line has no top neighbor, only left. */
+ /* First line has no top neighbor, only left. */
for (X = 1; X < W; X++){
PixelDst = LineAnt[X] = LowPassMul(PixelAnt, Frame[X]<<16, Horizontal);
FrameDest[X]= ((PixelDst+0x10007FFF)/65536);
@@ -174,7 +174,7 @@
FrameAnt[0] = ((PixelDst+0x1000007F)/256);
FrameDest[0]= ((PixelDst+0x10007FFF)/65536);
- /* Fist line has no top neighbor. Only left one for each pixel and
+ /* First line has no top neighbor. Only left one for each pixel and
* last frame */
for (X = 1; X < W; X++){
LineAnt[X] = PixelAnt = LowPassMul(PixelAnt, Frame[X]<<16, Horizontal);
More information about the MPlayer-cvslog
mailing list