teletext: #if0 code that never happens
authorEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 20 Jun 2012 08:59:08 +0000 (10:59 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 20 Jun 2012 10:37:31 +0000 (11:37 +0100)
The only place this method is called is with lofp being a guint8 (from
a data block).

ext/teletextdec/gstteletextdec.c

index 4534ad5..93f5146 100644 (file)
@@ -1135,11 +1135,14 @@ gst_teletextdec_line_address (GstTeletextDec * teletext,
       return VBI_NEW_FRAME;
     }
 
+    /* FIXME : This never happens, since lofp is a guint8 */
+#if 0
     /* new segment flag */
     if (lofp < 0) {
       GST_LOG_OBJECT (teletext, "New frame");
       return VBI_NEW_FRAME;
     }
+#endif
 
     frame->last_field = field;
     frame->last_field_line = field_line;