Browse Source

Remove unused variable from asf_read_header() found by CSA.

Originally committed as revision 18555 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 17 years ago
parent
commit
236580b478
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/asfdec.c

+ 0
- 2
libavformat/asfdec.c View File

@@ -443,8 +443,6 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
} else if (!guidcmp(&g, &ff_asf_ext_stream_header)) {
int ext_len, payload_ext_ct, stream_ct;
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); // endtime


Loading…
Cancel
Save