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 /libavformat/movenchint.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 'libavformat/movenchint.c')
-rw-r--r-- | libavformat/movenchint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenchint.c b/libavformat/movenchint.c index 5b07aa6d4b..cdfb276131 100644 --- a/libavformat/movenchint.c +++ b/libavformat/movenchint.c @@ -57,7 +57,7 @@ fail: av_log(s, AV_LOG_WARNING, "Unable to initialize hinting of stream %d\n", src_index); av_freep(&track->enc); - /* Set a default timescale, to avoid crashes in dump_format */ + /* Set a default timescale, to avoid crashes in av_dump_format */ track->timescale = 90000; return ret; } |