[libav-devel] [PATCH] Fix segmentation fault in ffprobe
Christian Schmidt
schmidt at digadd.de
Sun Jul 3 17:46:57 CEST 2011
On 07/03/2011 05:30 PM, Diego Biurrun wrote:
> From: Gavin Kinsey <gkinsey at ad-holdings.co.uk>
>
> ---
> 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
Confirming that this patch solves the ffprobe segmentation faults.
Thanks,
Christian
More information about the libav-devel
mailing list