Go to the documentation of this file.
31 #include <libavformat/avformat.h>
32 #include <libavutil/dict.h>
34 int main (
int argc,
char **argv)
41 printf(
"usage: %s <input_file>\n"
42 "example program to demonstrate the use of the libavformat metadata API.\n"
52 printf(
"%s=%s\n", tag->
key, tag->
value);