summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-14 09:14:31 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-14 09:14:31 +0000
commit9fcfc0b763b73ba995e5acf050f4eda67f7750a3 (patch)
treeaf8ed9cf57e1859c209bf3945233b7e9bb33c17c /ffplay.c
parentbc3a73bc8763499e31cfaed931778cece144d511 (diff)
cosmetics: indentation fix
Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 57dcf2f6e5..41277a3cdd 100644
--- 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;
}