OSDN Git Service

cosmetics: indentation fix
authorDiego Biurrun <diego@biurrun.de>
Tue, 14 Aug 2007 09:14:31 +0000 (09:14 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 14 Aug 2007 09:14:31 +0000 (09:14 +0000)
Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffplay.c

index 57dcf2f..41277a3 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -2518,7 +2518,7 @@ void show_help(void)
 void parse_arg_file(const char *filename)
 {
     if (!strcmp(filename, "-"))
-                    filename = "pipe:";
+        filename = "pipe:";
     input_filename = filename;
 }