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>
(cherry picked from commit 4703a7b50b
)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:

committed by
Reinhard Tartler

parent
4a22876675
commit
5c9ca599a7
@@ -1353,9 +1353,9 @@ interlaced video, accepts one of the following values:
|
|||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@item 0
|
@item 0
|
||||||
assume bottom field first
|
|
||||||
@item 1
|
|
||||||
assume top field first
|
assume top field first
|
||||||
|
@item 1
|
||||||
|
assume bottom field first
|
||||||
@item -1
|
@item -1
|
||||||
enable automatic detection
|
enable automatic detection
|
||||||
@end table
|
@end table
|
||||||
|
@@ -38,8 +38,8 @@ typedef struct {
|
|||||||
int mode;
|
int mode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 0: bottom field first
|
* 0: top field first
|
||||||
* 1: top field first
|
* 1: bottom field first
|
||||||
* -1: auto-detection
|
* -1: auto-detection
|
||||||
*/
|
*/
|
||||||
int parity;
|
int parity;
|
||||||
|
Reference in New Issue
Block a user