diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-02-09 18:07:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-02-09 18:07:20 +0000 |
commit | c4c52acc369656754e217cf0740643eed16f5c35 (patch) | |
tree | 9964264bf9b825d48d506455580558b6711a8250 | |
parent | a3689bf7b4a6c7951146efd901883601328e22b5 (diff) | |
download | ffmpeg-c4c52acc369656754e217cf0740643eed16f5c35.tar.gz |
Remove pointless #if.
Originally committed as revision 11888 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2119,9 +2119,7 @@ static void opt_format(const char *arg) } } -#if defined(CONFIG_FFM_DEMUXER) || defined(CONFIG_FFM_MUXER) extern int ffm_nopts; -#endif static int opt_default(const char *opt, const char *arg){ int type; |