[FFmpeg-cvslog] ffprobe: remove duplicate avformat_alloc_context()
Michael Niedermayer
git at videolan.org
Tue Jun 21 21:18:41 CEST 2011
ffmpeg | branch: oldabi | Michael Niedermayer <michaelni at gmx.at> | Tue Jun 21 14:38:58 2011 +0200| [06724c5f5d07c4fee271832349d8f562db8b409b] | committer: Michael Niedermayer
ffprobe: remove duplicate avformat_alloc_context()
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06724c5f5d07c4fee271832349d8f562db8b409b
---
ffprobe.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
index a2a9c2a..a2b27c3 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -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);
More information about the ffmpeg-cvslog
mailing list