avdemux: fix double semicolon

This commit is contained in:
Tim-Philipp Müller 2015-03-10 09:37:19 +00:00
parent 4f7d873c4c
commit 55f98c5b9a

View file

@ -1414,7 +1414,7 @@ gst_ffmpegdemux_loop (GstFFMpegDemux * demux)
src.data[0] = pkt.data;
src.data[1] = NULL;
src.data[2] = NULL;
src.linesize[0] = avstream->codec->width * 3;;
src.linesize[0] = avstream->codec->width * 3;
} else {
GST_WARNING ("Unknown demuxer %s, no idea what to do", plugin_name);
gst_ffmpeg_avpicture_fill (&src, pkt.data,