Video_options_setdeinterlace – Google Flix Engine Linux Reference Manual User Manual
Page 87

5.21 Deinterlace
81
Return values:
The deinterlace filter enable status was successfully retrieved from the engine.
The underlying communication layer failed.
Note:
If a value other than ON2_OK is returned, the output variables should not be considered valid.
Use the
along with
FE2_FILTER_ADAPTIVE_DEINTERLACE
. This function will
be removed in a future release.
5.21.5.2
on2sc video_options_SetDeinterlace (FLIX2HANDLE flix, const on2bool lDeinterlace)
Enable/disable the deinterlace filter.
Parameters:
← flix Handle to the Flix Engine returned from
or
← lDeinterlace New deinterlace enable status.
to enable,
to disable.
Return values:
The deinterlace enable status was successfully set in the engine.
The underlying communication layer failed.
Note:
By default, the deinterlace filter is disabled.
Using this function will force the use of 1:2:1 deinterlace.
Use the
along with
FE2_FILTER_ADAPTIVE_DEINTERLACE
. This function will
be removed in a future release.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen