mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
sbc: Remove unused variable.
This commit is contained in:
parent
db16c0332c
commit
c985a85cf2
1 changed files with 0 additions and 2 deletions
|
@ -60,10 +60,8 @@ sbc_dec_chain (GstPad * pad, GstBuffer * buffer)
|
|||
GstFlowReturn res = GST_FLOW_OK;
|
||||
guint size, codesize, offset = 0;
|
||||
guint8 *data;
|
||||
GstClockTime timestamp;
|
||||
|
||||
codesize = sbc_get_codesize (&dec->sbc);
|
||||
timestamp = GST_BUFFER_TIMESTAMP (buffer);
|
||||
|
||||
if (dec->buffer) {
|
||||
GstBuffer *temp = buffer;
|
||||
|
|
Loading…
Reference in a new issue