From d041f1251347551d828a11f084d6f125a63ae35a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 28 Oct 2013 00:52:11 +0100 Subject: avdevice/pulse_audio_enc: remove double ; Signed-off-by: Michael Niedermayer --- libavdevice/pulse_audio_enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice') diff --git a/libavdevice/pulse_audio_enc.c b/libavdevice/pulse_audio_enc.c index e0f23c8ee9..591e518824 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; -- cgit v1.2.3