mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
19b7b64f06
commit
068df70c05
1 changed files with 3 additions and 0 deletions
|
@ -1135,11 +1135,14 @@ gst_teletextdec_line_address (GstTeletextDec * teletext,
|
||||||
return VBI_NEW_FRAME;
|
return VBI_NEW_FRAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME : This never happens, since lofp is a guint8 */
|
||||||
|
#if 0
|
||||||
/* new segment flag */
|
/* new segment flag */
|
||||||
if (lofp < 0) {
|
if (lofp < 0) {
|
||||||
GST_LOG_OBJECT (teletext, "New frame");
|
GST_LOG_OBJECT (teletext, "New frame");
|
||||||
return VBI_NEW_FRAME;
|
return VBI_NEW_FRAME;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
frame->last_field = field;
|
frame->last_field = field;
|
||||||
frame->last_field_line = field_line;
|
frame->last_field_line = field_line;
|
||||||
|
|
Loading…
Reference in a new issue