lavf: add av_ prefix to dump_format()

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 610219a598)
This commit is contained in:
Anton Khirnov
2011-02-16 08:52:35 +00:00
committed by Michael Niedermayer
parent 09e22efc7e
commit 0ebf475494
8 changed files with 33 additions and 13 deletions

View File

@@ -481,7 +481,7 @@ int main(int argc, char **argv)
exit(1);
}
dump_format(oc, 0, filename, 1);
av_dump_format(oc, 0, filename, 1);
/* now that all the parameters are set, we can open the audio and
video codecs and allocate the necessary encode buffers */