Commit 11c15f72 authored by michael's avatar michael

Remove unused variable from asf_read_header() found by CSA.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e73de075
...@@ -443,8 +443,6 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap) ...@@ -443,8 +443,6 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
} else if (!guidcmp(&g, &ff_asf_ext_stream_header)) { } else if (!guidcmp(&g, &ff_asf_ext_stream_header)) {
int ext_len, payload_ext_ct, stream_ct; int ext_len, payload_ext_ct, stream_ct;
uint32_t ext_d, leak_rate, stream_num; uint32_t ext_d, leak_rate, stream_num;
int64_t pos_ex_st;
pos_ex_st = url_ftell(pb);
get_le64(pb); // starttime get_le64(pb); // starttime
get_le64(pb); // endtime get_le64(pb); // endtime
......
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