OSDN Git Service

Reindent
authorDaniel Verkamp <daniel@drv.nu>
Wed, 10 Feb 2010 20:27:53 +0000 (20:27 +0000)
committerDaniel Verkamp <daniel@drv.nu>
Wed, 10 Feb 2010 20:27:53 +0000 (20:27 +0000)
Originally committed as revision 21747 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/wav.c

index 5faa63e..da08558 100644 (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;
 }