Commit d041f125 authored by Michael Niedermayer's avatar Michael Niedermayer

avdevice/pulse_audio_enc: remove double ;

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b85bf342
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment