Go to the source code of this file.
- Enumerator:
YADIF_MODE_SEND_FRAME |
send 1 frame for each frame
|
YADIF_MODE_SEND_FIELD |
send 1 frame for each field
|
YADIF_MODE_SEND_FRAME_NOSPATIAL |
send 1 frame for each frame but skips spatial interlacing check
|
YADIF_MODE_SEND_FIELD_NOSPATIAL |
send 1 frame for each field but skips spatial interlacing check
|
Definition at line 25 of file yadif.h.
- Enumerator:
YADIF_PARITY_TFF |
top field first
|
YADIF_PARITY_BFF |
bottom field first
|
YADIF_PARITY_AUTO |
auto detection
|
Definition at line 32 of file yadif.h.
- Enumerator:
YADIF_DEINT_ALL |
deinterlace all frames
|
YADIF_DEINT_INTERLACED |
only deinterlace frames marked as interlaced
|
Definition at line 38 of file yadif.h.