fftools/cmdutils: extend stream specifiers to match by disposition

This commit is contained in:
Anton Khirnov
2024-09-15 22:03:26 +02:00
parent 8875da347a
commit 0c9fe2b232
6 changed files with 59 additions and 0 deletions

View File

@@ -130,6 +130,8 @@ typedef struct StreamSpecifier {
uint8_t usable_only;
int disposition;
char *meta_key;
char *meta_val;