# HG changeset patch # User gpoirier # Date 1128634676 0 # Node ID 0cb2e995edd17ebaadcf0cbdc374bce38bebb169 # Parent fa2d4903be48ecf888e85435df7c1317eef617ef Typo fix, patch by Ismail D«Ónmez diff -r fa2d4903be48 -r 0cb2e995edd1 libmpcodecs/vf_hqdn3d.c --- a/libmpcodecs/vf_hqdn3d.c Thu Oct 06 21:27:58 2005 +0000 +++ b/libmpcodecs/vf_hqdn3d.c Thu Oct 06 21:37:56 2005 +0000 @@ -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);