rtptheoradepay: Remove unused variable, it's never being read.
This commit is contained in:
parent
45c6690e26
commit
8cf696a1f1
@ -388,7 +388,6 @@ gst_rtp_theora_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
|
|||||||
guint32 timestamp;
|
guint32 timestamp;
|
||||||
guint32 header, ident;
|
guint32 header, ident;
|
||||||
guint8 F, TDT, packets;
|
guint8 F, TDT, packets;
|
||||||
gboolean free_payload;
|
|
||||||
|
|
||||||
rtptheoradepay = GST_RTP_THEORA_DEPAY (depayload);
|
rtptheoradepay = GST_RTP_THEORA_DEPAY (depayload);
|
||||||
|
|
||||||
@ -401,7 +400,6 @@ gst_rtp_theora_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
|
|||||||
goto packet_short;
|
goto packet_short;
|
||||||
|
|
||||||
payload = gst_rtp_buffer_get_payload (buf);
|
payload = gst_rtp_buffer_get_payload (buf);
|
||||||
free_payload = FALSE;
|
|
||||||
|
|
||||||
header = GST_READ_UINT32_BE (payload);
|
header = GST_READ_UINT32_BE (payload);
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user