mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
avdevice/pulse_audio_enc: remove double ;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b85bf3423c
commit
d041f12513
@ -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…
Reference in New Issue
Block a user