]> git.sesse.net Git - ffmpeg/commitdiff
avdevice/pulse_audio_enc: remove double ;
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Oct 2013 23:52:11 +0000 (00:52 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Oct 2013 23:52:11 +0000 (00:52 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavdevice/pulse_audio_enc.c

index e0f23c8ee9625a1afdbfa6eea0cc506b87403ec0..591e518824831e25777339c52787e9c7b89be54c 100644 (file)
@@ -109,7 +109,7 @@ static int pulse_write_packet(AVFormatContext *h, AVPacket *pkt)
         s->timestamp = pkt->dts;
 
     if (pkt->duration) {
-        s->timestamp += pkt->duration;;
+        s->timestamp += pkt->duration;
     } else {
         AVStream *st = h->streams[0];
         AVCodecContext *codec_ctx = st->codec;