avdemux: fix double semicolon
authorTim-Philipp Müller <tim@centricular.com>
Tue, 10 Mar 2015 09:37:19 +0000 (09:37 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 10 Mar 2015 09:37:19 +0000 (09:37 +0000)
ext/libav/gstavdemux.c

index 1155d11..3d300e7 100644 (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,