[FFmpeg-cvslog] Fix segmentation fault in ffprobe
Gavin Kinsey
git at videolan.org
Wed Jul 27 12:49:41 CEST 2011
ffmpeg | branch: release/0.7 | Gavin Kinsey <gkinsey at ad-holdings.co.uk> | Tue Jun 21 13:13:37 2011 +0100| [c172eb7925dad8db6ad8fde9cd81a90a5cb06bb6] | committer: Reinhard Tartler
Fix segmentation fault in ffprobe
(cherry picked from commit c558122e4ee53dc4cb82f87749a9c28c38ca9401)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c172eb7925dad8db6ad8fde9cd81a90a5cb06bb6
---
ffprobe.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
index 711a172..edda454 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -393,6 +393,7 @@ int main(int argc, char **argv)
int ret;
av_register_all();
+ init_opts();
#if CONFIG_AVDEVICE
avdevice_register_all();
#endif
More information about the ffmpeg-cvslog
mailing list