From 0ebf475494837edd07fa6f58c540364795f9551c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 16 Feb 2011 08:52:35 +0000 Subject: lavf: add av_ prefix to dump_format() Signed-off-by: Mans Rullgard (cherry picked from commit 610219a598095f938705f200dfe3946455ef871a) --- ffprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffprobe.c') diff --git a/ffprobe.c b/ffprobe.c index 2c99e5a6b9..94b1d9b2cf 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -277,7 +277,7 @@ static int open_input_file(AVFormatContext **fmt_ctx_ptr, const char *filename) return err; } - dump_format(fmt_ctx, 0, filename, 0); + av_dump_format(fmt_ctx, 0, filename, 0); /* bind a decoder to each input stream */ for (i = 0; i < fmt_ctx->nb_streams; i++) { -- cgit v1.2.3