Commit 4e61aff1 authored by rbultje's avatar rbultje

Remove dead initialization.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22780 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eb366d33
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment