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:

committed by
Michael Niedermayer

parent
09e22efc7e
commit
0ebf475494
@@ -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 */
|
||||
|
Reference in New Issue
Block a user