From d041f1251347551d828a11f084d6f125a63ae35a Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Mon, 28 Oct 2013 00:52:11 +0100
Subject: [PATCH] avdevice/pulse_audio_enc: remove double ;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 libavdevice/pulse_audio_enc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/pulse_audio_enc.c b/libavdevice/pulse_audio_enc.c
index e0f23c8ee96..591e5188248 100644
--- a/libavdevice/pulse_audio_enc.c
+++ b/libavdevice/pulse_audio_enc.c
@@ -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;
-- 
GitLab