projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636da41
)
Remove dead initialization.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 2 Apr 2010 14:55:01 +0000
(14:55 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 2 Apr 2010 14:55:01 +0000
(14:55 +0000)
Originally committed as revision 22780 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rdt.c
patch
|
blob
|
history
diff --git
a/libavformat/rdt.c
b/libavformat/rdt.c
index
268d5de
..
5dfa861
100644
(file)
--- a/
libavformat/rdt.c
+++ b/
libavformat/rdt.c
@@
-417,7
+417,7
@@
rdt_parse_sdp_line (AVFormatContext *s, int st_index,
} else if (av_strstart(p, "StartTime:integer;", &p))
stream->first_dts = atoi(p);
else if (av_strstart(p, "ASMRuleBook:string;", &p)) {
- int n
= st_index
, first = -1;
+ int n, first = -1;
for (n = 0; n < s->nb_streams; n++)
if (s->streams[n]->priv_data == stream->priv_data) {