[FFmpeg-cvslog] r21747 - trunk/libavformat/wav.c
daniel
subversion
Wed Feb 10 21:27:53 CET 2010
Author: daniel
Date: Wed Feb 10 21:27:53 2010
New Revision: 21747
Log:
Reindent
Modified:
trunk/libavformat/wav.c
Modified: trunk/libavformat/wav.c
==============================================================================
--- trunk/libavformat/wav.c Wed Feb 10 21:26:47 2010 (r21746)
+++ trunk/libavformat/wav.c Wed Feb 10 21:27:53 2010 (r21747)
@@ -230,7 +230,7 @@ static int wav_read_header(AVFormatConte
if (!size) {
wav->data_end = INT64_MAX;
} else
- wav->data_end= url_ftell(pb) + size;
+ wav->data_end= url_ftell(pb) + size;
return 0;
}
More information about the ffmpeg-cvslog
mailing list