Browse Source

Reindent

Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Daniel Verkamp 15 years ago
parent
commit
f45a27dc52
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/wav.c

+ 1
- 1
libavformat/wav.c View File

@@ -230,7 +230,7 @@ static int wav_read_header(AVFormatContext *s,
if (!size) {
wav->data_end = INT64_MAX;
} else
wav->data_end= url_ftell(pb) + size;
wav->data_end= url_ftell(pb) + size;
return 0;
}



Loading…
Cancel
Save