git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9406d6b
)
ffmpeg: fix double ;;
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 14 Nov 2012 01:06:50 +0000
(
02:06
+0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 14 Nov 2012 01:06:50 +0000
(
02:06
+0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index
8f10304
..
e5bd1b1
100644
(file)
--- 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);