Skip to content
Snippets Groups Projects
Commit d041f125 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avdevice/pulse_audio_enc: remove double ;

parent b85bf342
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment