mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
webpdec: Remove unused variable
This commit is contained in:
parent
3480f16e72
commit
6fc64ebf5d
1 changed files with 0 additions and 1 deletions
|
@ -236,7 +236,6 @@ static gboolean
|
|||
gst_webp_dec_set_format (GstVideoDecoder * decoder, GstVideoCodecState * state)
|
||||
{
|
||||
GstWebPDec *webpdec = (GstWebPDec *) decoder;
|
||||
GstVideoInfo *info = &state->info;
|
||||
|
||||
if (webpdec->input_state)
|
||||
gst_video_codec_state_unref (webpdec->input_state);
|
||||
|
|
Loading…
Reference in a new issue