From: Michael Niedermayer Date: Sun, 27 Oct 2013 23:52:11 +0000 (+0100) Subject: avdevice/pulse_audio_enc: remove double ; X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d041f1251347551d828a11f084d6f125a63ae35a;p=ffmpeg avdevice/pulse_audio_enc: remove double ; Signed-off-by: Michael Niedermayer --- 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;