mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-25 01:32:48 +08:00
Remove pointless #if.
Originally committed as revision 11888 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
ffmpeg.c
2
ffmpeg.c
@ -2119,9 +2119,7 @@ static void opt_format(const char *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_FFM_DEMUXER) || defined(CONFIG_FFM_MUXER)
|
|
||||||
extern int ffm_nopts;
|
extern int ffm_nopts;
|
||||||
#endif
|
|
||||||
|
|
||||||
static int opt_default(const char *opt, const char *arg){
|
static int opt_default(const char *opt, const char *arg){
|
||||||
int type;
|
int type;
|
||||||
|
Reference in New Issue
Block a user