diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-16 08:52:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-18 19:52:28 +0100 |
commit | 0ebf475494837edd07fa6f58c540364795f9551c (patch) | |
tree | f0cf751b28189bf3193af3f247f2696d38e71aa7 /ffplay.c | |
parent | 09e22efc7e0d98a90e99c9c2047a203c89d9dcd9 (diff) | |
download | ffmpeg-0ebf475494837edd07fa6f58c540364795f9551c.tar.gz |
lavf: add av_ prefix to dump_format()
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 610219a598095f938705f200dfe3946455ef871a)
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2468,7 +2468,7 @@ static int decode_thread(void *arg) st_index[AVMEDIA_TYPE_VIDEO]), NULL, 0); if (show_status) { - dump_format(ic, 0, is->filename, 0); + av_dump_format(ic, 0, is->filename, 0); } /* open the streams */ |