mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
celtenc: Remove dead assignment
This commit is contained in:
parent
6158953f58
commit
28e000d18e
1 changed files with 0 additions and 3 deletions
|
@ -521,9 +521,6 @@ static gboolean
|
||||||
gst_celt_enc_sink_query (GstPad * pad, GstQuery * query)
|
gst_celt_enc_sink_query (GstPad * pad, GstQuery * query)
|
||||||
{
|
{
|
||||||
gboolean res = TRUE;
|
gboolean res = TRUE;
|
||||||
GstCeltEnc *enc;
|
|
||||||
|
|
||||||
enc = GST_CELT_ENC (GST_PAD_PARENT (pad));
|
|
||||||
|
|
||||||
switch (GST_QUERY_TYPE (query)) {
|
switch (GST_QUERY_TYPE (query)) {
|
||||||
case GST_QUERY_CONVERT:
|
case GST_QUERY_CONVERT:
|
||||||
|
|
Loading…
Reference in a new issue