summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-14 02:06:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-14 02:06:50 +0100
commit9f088712d4544768e57183f5f21678c60c60fa11 (patch)
treea43a1818be09dff9f130914045ce7281f3aa5254 /ffmpeg.c
parent9406d6be55db25190b442ffdb2e6bc5d46904fb6 (diff)
downloadffmpeg-streaming-9f088712d4544768e57183f5f21678c60c60fa11.zip
ffmpeg-streaming-9f088712d4544768e57183f5f21678c60c60fa11.tar.gz
ffmpeg: fix double ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 8f10304..e5bd1b1 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1367,7 +1367,7 @@ static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *p
duration = ist->st->codec->frame_size;
opkt.dts = opkt.pts = av_rescale_delta(ist->st->time_base, pkt->dts,
(AVRational){1, ist->st->codec->sample_rate}, duration, &ist->filter_in_rescale_delta_last,
- ost->st->time_base) - ost_tb_start_time;;
+ ost->st->time_base) - ost_tb_start_time;
}
opkt.duration = av_rescale_q(pkt->duration, ist->st->time_base, ost->st->time_base);
OpenPOWER on IntegriCloud