[vlc-commits] ivtc: comment out unused data

Rémi Denis-Courmont git at videolan.org
Wed Jun 28 22:50:56 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 28 23:08:41 2017 +0300| [12e1c7fb7e35b3e0ce1c248d1b870c9b722dbae4] | committer: Rémi Denis-Courmont

ivtc: comment out unused data

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12e1c7fb7e35b3e0ce1c248d1b870c9b722dbae4
---

 modules/video_filter/deinterlace/algo_ivtc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/video_filter/deinterlace/algo_ivtc.c b/modules/video_filter/deinterlace/algo_ivtc.c
index 35f920beeb..1ae36da5d0 100644
--- a/modules/video_filter/deinterlace/algo_ivtc.c
+++ b/modules/video_filter/deinterlace/algo_ivtc.c
@@ -176,6 +176,7 @@ static const ivtc_field_pair pi_best_field_pairs[NUM_CADENCE_POS][3] = {
  * best or worst, the resulting detected cadence positions are identical
  * (neither strategy performs any different from the other).
  */
+#if 0
 static const ivtc_field_pair pi_worst_field_pairs[NUM_CADENCE_POS][4] = {
     {FIELD_PAIR_TPBC, FIELD_PAIR_TCBP,
         FIELD_PAIR_TCBN, FIELD_PAIR_TNBC}, /* prog. */
@@ -198,6 +199,7 @@ static const ivtc_field_pair pi_worst_field_pairs[NUM_CADENCE_POS][4] = {
     {FIELD_PAIR_TCBP, FIELD_PAIR_TPBC,
         FIELD_PAIR_TNBC, FIELD_PAIR_TNBN}, /* BFF EAB */
 };
+#endif
 
 /**
  * Table for extracting the i_cadence_pos part of detected cadence position



More information about the vlc-commits mailing list