Browse Source

typo

Originally committed as revision 10175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer 17 years ago
parent
commit
7397cf3f09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/snow.txt

+ 1 - 1
doc/snow.txt

@@ -255,7 +255,7 @@ The 2D filter is done by first applying a 1D filter in the vertical direction
 and then applying it in the horizontal one.
  ---------------    ---------------    ---------------    ---------------
 |LL0|HL0|       |  |   |   |       |  |       |       |  |       |       |
-|---+---|  HL1  |  | L0|H0 |  HL1  |  |  LL0  |  HL1  |  |       |       |
+|---+---|  HL1  |  | L0|H0 |  HL1  |  |  LL1  |  HL1  |  |       |       |
 |LH0|HH0|       |  |   |   |       |  |       |       |  |       |       |
 |-------+-------|->|-------+-------|->|-------+-------|->|   L1  |  H1   |->...
 |       |       |  |       |       |  |       |       |  |       |       |