diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-14 09:14:31 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-14 09:14:31 +0000 |
commit | 9fcfc0b763b73ba995e5acf050f4eda67f7750a3 (patch) | |
tree | af8ed9cf57e1859c209bf3945233b7e9bb33c17c /ffplay.c | |
parent | bc3a73bc8763499e31cfaed931778cece144d511 (diff) | |
download | ffmpeg-9fcfc0b763b73ba995e5acf050f4eda67f7750a3.tar.gz |
cosmetics: indentation fix
Originally committed as revision 10115 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |