pngdec: Remove unused variable
This commit is contained in:
parent
448b1ac2b1
commit
f489beb7c5
@ -155,7 +155,6 @@ static gboolean
|
|||||||
gst_pngdec_set_format (GstVideoDecoder * decoder, GstVideoCodecState * state)
|
gst_pngdec_set_format (GstVideoDecoder * decoder, GstVideoCodecState * state)
|
||||||
{
|
{
|
||||||
GstPngDec *pngdec = (GstPngDec *) decoder;
|
GstPngDec *pngdec = (GstPngDec *) decoder;
|
||||||
GstVideoInfo *info = &state->info;
|
|
||||||
|
|
||||||
if (pngdec->input_state)
|
if (pngdec->input_state)
|
||||||
gst_video_codec_state_unref (pngdec->input_state);
|
gst_video_codec_state_unref (pngdec->input_state);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user