mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
ffplay: print new metadata
This commit is contained in:
parent
32f73138f5
commit
c75ada5040
3 changed files with 53 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue