pngdec: Remove unused variable

This commit is contained in:
Sebastian Dröge 2014-09-16 11:25:42 +03:00
parent 448b1ac2b1
commit f489beb7c5

View file

@ -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);