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;
|
s->timestamp = pkt->dts;
|
||||||
|
|
||||||
if (pkt->duration) {
|
if (pkt->duration) {
|
||||||
s->timestamp += pkt->duration;;
|
s->timestamp += pkt->duration;
|
||||||
} else {
|
} else {
|
||||||
AVStream *st = h->streams[0];
|
AVStream *st = h->streams[0];
|
||||||
AVCodecContext *codec_ctx = st->codec;
|
AVCodecContext *codec_ctx = st->codec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user