Commit 06724c5f authored by Michael Niedermayer's avatar Michael Niedermayer

ffprobe: remove duplicate avformat_alloc_context()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent df1768d0
...@@ -400,8 +400,6 @@ int main(int argc, char **argv) ...@@ -400,8 +400,6 @@ int main(int argc, char **argv)
avdevice_register_all(); avdevice_register_all();
#endif #endif
avformat_opts = avformat_alloc_context();
show_banner(); show_banner();
parse_options(argc, argv, options, opt_input_file); parse_options(argc, argv, options, opt_input_file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment