From 0093ebc20aeee6d184aff047d30d93b63186330b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 29 Sep 2010 23:06:51 +0000 Subject: User application side of Codec specific parameters. Originally committed as revision 25266 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffprobe.c') diff --git a/ffprobe.c b/ffprobe.c index 30cec12d7b..ac908e1252 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -269,7 +269,7 @@ static int open_input_file(AVFormatContext **fmt_ctx_ptr, const char *filename) AVFormatContext *fmt_ctx; fmt_ctx = avformat_alloc_context(); - set_context_opts(fmt_ctx, avformat_opts, AV_OPT_FLAG_DECODING_PARAM); + set_context_opts(fmt_ctx, avformat_opts, AV_OPT_FLAG_DECODING_PARAM, NULL); if ((err = av_open_input_file(&fmt_ctx, filename, iformat, 0, NULL)) < 0) { print_error(filename, err); -- cgit v1.2.3