1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

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);