Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2010-02-10 23:27:53 +0300
committerDaniel Verkamp <daniel@drv.nu>2010-02-10 23:27:53 +0300
commitf45a27dc526dc743bed25e8a7e67200bc02fd555 (patch)
tree63cdc5d042f92c1d75157c82c6df0ab069b8990d /libavformat/wav.c
parentb7e0f88f2b3bb36a7a0ad1417e90ea6409b7d685 (diff)
Reindent
Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/wav.c')
-rw-r--r--libavformat/wav.c2
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;
}