[FFmpeg-cvslog] avdevice/pulse_audio_enc: remove double ;
Michael Niedermayer
git at videolan.org
Mon Oct 28 01:02:07 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 28 00:52:11 2013 +0100| [d041f1251347551d828a11f084d6f125a63ae35a] | committer: Michael Niedermayer
avdevice/pulse_audio_enc: remove double ;
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d041f1251347551d828a11f084d6f125a63ae35a
---
libavdevice/pulse_audio_enc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavdevice/pulse_audio_enc.c b/libavdevice/pulse_audio_enc.c
index e0f23c8..591e518 100644
--- a/libavdevice/pulse_audio_enc.c
+++ b/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;
More information about the ffmpeg-cvslog
mailing list