mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-18 04:56:21 +00:00
ffprobe: remove duplicate avformat_alloc_context()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
df1768d0a2
commit
06724c5f5d
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user