diff options
author | Linjie Fu <linjie.justin.fu@gmail.com> | 2021-08-05 00:37:29 +0800 |
---|---|---|
committer | Linjie Fu <fulinjie@zju.edu.cn> | 2021-08-05 22:23:49 +0800 |
commit | 5b0e6b0d82dfcc5c6b999e2678b52b0cff38ae0a (patch) | |
tree | 08ffae4e2be3e3a3030c2f0474d889e5198734cc /fftools/ffplay.c | |
parent | 9f14396a5103ec80893db801035ece5d14c0d3c5 (diff) | |
download | ffmpeg-5b0e6b0d82dfcc5c6b999e2678b52b0cff38ae0a.tar.gz |
fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplay
Signed-off-by: Linjie Fu <linjie.justin.fu@gmail.com>
Diffstat (limited to 'fftools/ffplay.c')
-rw-r--r-- | fftools/ffplay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffplay.c b/fftools/ffplay.c index 6b19574eae..46758b9f55 100644 --- a/fftools/ffplay.c +++ b/fftools/ffplay.c @@ -3695,8 +3695,6 @@ int main(int argc, char **argv) #endif avformat_network_init(); - init_opts(); - signal(SIGINT , sigterm_handler); /* Interrupt (ANSI). */ signal(SIGTERM, sigterm_handler); /* Termination (ANSI). */ |