avdevice/pulse_audio_enc: remove double ;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/42/merge
Michael Niedermayer 11 years ago
parent b85bf3423c
commit d041f12513
  1. 2
      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;

Loading…
Cancel
Save