rtpvorbisdepay: remove dead code
payload_buffer must be NULL in ignore_reserved. Check will always be false. Introduced by b1089fb5207697ba26edb4ff66ed0f465c6df3cf CID #1316476
This commit is contained in:
parent
1328289474
commit
1aee15050c
@ -640,10 +640,6 @@ packet_short:
|
||||
ignore_reserved:
|
||||
{
|
||||
GST_WARNING_OBJECT (rtpvorbisdepay, "reserved VDT ignored");
|
||||
if (payload_buffer) {
|
||||
gst_buffer_unmap (payload_buffer, &map);
|
||||
gst_buffer_unref (payload_buffer);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
length_short:
|
||||
|
Loading…
x
Reference in New Issue
Block a user