diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-18 13:16:14 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-18 17:59:24 +0100 |
commit | 133055c5e47b047b0806ccdeb42b82e418bd5dfa (patch) | |
tree | 26f3adfd7020d64896b5f2f1af6b0ea1018fab78 /libavformat/asfdec.c | |
parent | 4eb41d16bee406d1481d412639230510015ea708 (diff) | |
download | ffmpeg-133055c5e47b047b0806ccdeb42b82e418bd5dfa.tar.gz |
reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The author of this patch has a poor understanding of the code
Diffstat (limited to 'libavformat/asfdec.c')
-rw-r--r-- | libavformat/asfdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index cdde5ae3e9..71f4e79fd5 100644 --- a/libavformat/asfdec.c +++ b/libavformat/asfdec.c @@ -235,7 +235,6 @@ static int asf_read_stream_properties(AVFormatContext *s, int64_t size) if (!asf_st) return AVERROR(ENOMEM); st->priv_data = asf_st; - st->start_time = 0; start_time = asf->hdr.preroll; asf_st->stream_language_index = 128; // invalid stream index means no language info |