| ... | ... |
@@ -225,9 +225,9 @@ static int parse_tag(AVFormatContext *s, const uint8_t *buf) |
| 225 | 225 |
|
| 226 | 226 |
void ff_id3v1_read(AVFormatContext *s) |
| 227 | 227 |
{
|
| 228 |
- int ret, filesize; |
|
| 228 |
+ int ret; |
|
| 229 | 229 |
uint8_t buf[ID3v1_TAG_SIZE]; |
| 230 |
- int64_t position = url_ftell(s->pb); |
|
| 230 |
+ int64_t filesize, position = url_ftell(s->pb); |
|
| 231 | 231 |
|
| 232 | 232 |
if (!url_is_streamed(s->pb)) {
|
| 233 | 233 |
/* XXX: change that */ |