ffprobe: remove duplicate avformat_alloc_context()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-06-21 14:38:58 +02:00
parent df1768d0a2
commit 06724c5f5d
1 changed files with 0 additions and 2 deletions

View File

@ -400,8 +400,6 @@ int main(int argc, char **argv)
avdevice_register_all();
#endif
avformat_opts = avformat_alloc_context();
show_banner();
parse_options(argc, argv, options, opt_input_file);