mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
pngdec: Remove unused variable
This commit is contained in:
parent
448b1ac2b1
commit
f489beb7c5
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ static gboolean
|
|||
gst_pngdec_set_format (GstVideoDecoder * decoder, GstVideoCodecState * state)
|
||||
{
|
||||
GstPngDec *pngdec = (GstPngDec *) decoder;
|
||||
GstVideoInfo *info = &state->info;
|
||||
|
||||
if (pngdec->input_state)
|
||||
gst_video_codec_state_unref (pngdec->input_state);
|
||||
|
|
Loading…
Reference in a new issue