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/ffprobe.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/ffprobe.c')
-rw-r--r-- | fftools/ffprobe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index f411ba35b5..95263e1e6f 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -3721,7 +3721,6 @@ int main(int argc, char **argv) options = real_options; parse_loglevel(argc, argv, options); avformat_network_init(); - init_opts(); #if CONFIG_AVDEVICE avdevice_register_all(); #endif |