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>
This commit is contained in:

committed by
Anton Khirnov

parent
5feb67f8a1
commit
4703a7b50b
@@ -38,8 +38,8 @@ typedef struct {
|
||||
int mode;
|
||||
|
||||
/**
|
||||
* 0: bottom field first
|
||||
* 1: top field first
|
||||
* 0: top field first
|
||||
* 1: bottom field first
|
||||
* -1: auto-detection
|
||||
*/
|
||||
int parity;
|
||||
|
Reference in New Issue
Block a user