#include <stdarg.h>
#include <stdio.h>
#include "libavutil/dict.h"
#include "libavutil/log.h"
#include "libavformat/avformat.h"
#include "libavformat/id3v2.h"
Go to the source code of this file.
|
| static void | log_to_stdout (void *avcl, int level, const char *fmt, va_list vl) |
| | Reads ID3v2 tags from an MP3 file and prints the raw tag names without applying FFmpeg's internal metadata key conversion. More...
|
| |
| int | main (int argc, char *argv[]) |
| |
◆ log_to_stdout()
| static void log_to_stdout |
( |
void * |
avcl, |
|
|
int |
level, |
|
|
const char * |
fmt, |
|
|
va_list |
vl |
|
) |
| |
|
static |
Reads ID3v2 tags from an MP3 file and prints the raw tag names without applying FFmpeg's internal metadata key conversion.
Definition at line 32 of file id3v2.c.
Referenced by main().
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |