audiobasesink: Remove dead assignment
out_samples is set and used in the 'no_align' block. Dead assignment since 3e312e6e162638d8e07f0edb3859980dabb089da
This commit is contained in:
parent
f9176b8288
commit
d42294114f
@ -1863,7 +1863,6 @@ gst_audio_base_sink_render (GstBaseSink * bsink, GstBuffer * buf)
|
||||
goto wrong_size;
|
||||
|
||||
samples = size / bpf;
|
||||
out_samples = samples;
|
||||
|
||||
time = GST_BUFFER_TIMESTAMP (buf);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user