[FFmpeg-cvslog] Fix segmentation fault in ffprobe
Gavin Kinsey
git at videolan.org
Tue Jun 21 21:18:41 CEST 2011
ffmpeg | branch: oldabi | Gavin Kinsey <gkinsey at ad-holdings.co.uk> | Tue Jun 21 13:13:37 2011 +0100| [df1768d0a261900c8fbb6c29c7f351779c4c2735] | committer: Michael Niedermayer
Fix segmentation fault in ffprobe
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df1768d0a261900c8fbb6c29c7f351779c4c2735
---
ffprobe.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
index f0ec9e4..a2a9c2a 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -395,6 +395,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