diff options
author | Daniel Verkamp <daniel@drv.nu> | 2010-02-10 20:27:53 +0000 |
---|---|---|
committer | Daniel Verkamp <daniel@drv.nu> | 2010-02-10 20:27:53 +0000 |
commit | f45a27dc526dc743bed25e8a7e67200bc02fd555 (patch) | |
tree | 63cdc5d042f92c1d75157c82c6df0ab069b8990d /libavformat/wav.c | |
parent | b7e0f88f2b3bb36a7a0ad1417e90ea6409b7d685 (diff) | |
download | ffmpeg-f45a27dc526dc743bed25e8a7e67200bc02fd555.tar.gz |
Reindent
Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r-- | libavformat/wav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wav.c b/libavformat/wav.c index 5faa63edca..da08558c78 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -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; } |