This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Reindent
Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Daniel Verkamp
15 years ago
parent
b7e0f88f2b
commit
f45a27dc52
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save