mpegtsdemux: Fix compilation with debugging disabling
We previously weren't using that variable ...
This commit is contained in:
parent
f24c0b62e3
commit
b7bba5658a
@ -853,9 +853,7 @@ mpegts_packetizer_push_section (MpegTSPacketizer2 * packetizer,
|
||||
MpegTSPacketizerStream *stream;
|
||||
gboolean long_packet;
|
||||
guint8 pointer, table_id;
|
||||
#ifndef GST_DISABLE_GST_DEBUG
|
||||
guint16 subtable_extension = 0;
|
||||
#endif
|
||||
guint section_length;
|
||||
guint8 *data, *data_start;
|
||||
guint8 packet_cc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user