diff options
author | Anton Khirnov | 2011-02-16 08:52:35 +0000 |
---|---|---|
committer | Mans Rullgard | 2011-02-16 23:39:56 +0000 |
commit | 610219a598095f938705f200dfe3946455ef871a (patch) | |
tree | c7fd37b7ad37b19cc678ccdcd88aed202d26a152 /ffprobe.c | |
parent | 2c35a6bde95a382e2d48570255deb67a7633fa46 (diff) |
lavf: add av_ prefix to dump_format()
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'ffprobe.c')
-rw-r--r-- | ffprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) { |