Browse code

vf_yadif: correct documentation on the parity parameter

0 is top-field-first, 1 is bottom-field-first, not the other way
around.

Signed-off-by: Anton Khirnov <anton@khirnov.net>

Stefano Sabatini authored on 2011/08/04 07:25:35
Showing 2 changed files
... ...
@@ -1527,9 +1527,9 @@ interlaced video, accepts one of the following values:
1527 1527
 
1528 1528
 @table @option
1529 1529
 @item 0
1530
-assume bottom field first
1531
-@item 1
1532 1530
 assume top field first
1531
+@item 1
1532
+assume bottom field first
1533 1533
 @item -1
1534 1534
 enable automatic detection
1535 1535
 @end table
... ...
@@ -38,8 +38,8 @@ typedef struct {
38 38
     int mode;
39 39
 
40 40
     /**
41
-     *  0: bottom field first
42
-     *  1: top field first
41
+     *  0: top field first
42
+     *  1: bottom field first
43 43
      * -1: auto-detection
44 44
      */
45 45
     int parity;