teletext: #if0 code that never happens

The only place this method is called is with lofp being a guint8 (from
a data block).
This commit is contained in:
Edward Hervey 2012-06-20 10:59:08 +02:00 committed by Sebastian Dröge
parent 19b7b64f06
commit 068df70c05

View 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;