[vlc-devel] [PATCH] IVTC / Inverse telecine deinterlacer

Juha Jeronen juha.jeronen at jyu.fi
Sat Apr 2 13:08:47 CEST 2011


Hi all,

Auuuugh... that is,

- In IVTCOutputOrDropFrame(), the second frame (just before actual
filter start) should also be passed through, not dropped. This is needed
for the DVD menu in Le Portrait de Petite Cossette, and probably some
others. (The first frame may be blank, and the second frame contains the
menu picture. Or something.)

- In the same function: it only makes sense to retrieve
i_timestamp_delta from the table if p_ivtc->b_sequence_valid. The
retrieval and the assert should be moved into the if block that follows.

 -J




More information about the vlc-devel mailing list