Revision 4d9b6784 libavformat/utils.c
libavformat/utils.c | ||
---|---|---|
2859 | 2859 |
|
2860 | 2860 |
av_log(ctx, AV_LOG_INFO, "%sMetadata:\n", indent); |
2861 | 2861 |
while((tag=av_metadata_get(m, "", tag, AV_METADATA_IGNORE_SUFFIX))) { |
2862 |
if(strcmp("language", tag->key)) |
|
2862 | 2863 |
av_log(ctx, AV_LOG_INFO, "%s %-16s: %s\n", indent, tag->key, tag->value); |
2863 | 2864 |
} |
2864 | 2865 |
} |
Also available in: Unified diff