You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avdevice/pulse_audio_enc: remove double ;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user