ffplay: print new metadata

This commit is contained in:
Romain Beauxis 2025-11-08 10:32:32 -06:00 committed by Marton Balint
parent 32f73138f5
commit c75ada5040
3 changed files with 53 additions and 1 deletions

View file

@ -549,4 +549,12 @@ int check_avoptions(AVDictionary *m);
int cmdutils_isalnum(char c);
/**
* This does the same as libavformat/dump.c corresponding function
* and should probably be kept in sync when the other one changes.
*/
void dump_dictionary(void *ctx, const AVDictionary *m,
const char *name, const char *indent,
int log_level);
#endif /* FFTOOLS_CMDUTILS_H */