mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove dead initialization.
Originally committed as revision 22780 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
636da41a20
commit
0b9535b9a2
@ -417,7 +417,7 @@ rdt_parse_sdp_line (AVFormatContext *s, int st_index,
|
|||||||
} else if (av_strstart(p, "StartTime:integer;", &p))
|
} else if (av_strstart(p, "StartTime:integer;", &p))
|
||||||
stream->first_dts = atoi(p);
|
stream->first_dts = atoi(p);
|
||||||
else if (av_strstart(p, "ASMRuleBook:string;", &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++)
|
for (n = 0; n < s->nb_streams; n++)
|
||||||
if (s->streams[n]->priv_data == stream->priv_data) {
|
if (s->streams[n]->priv_data == stream->priv_data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user