fftools: move check_avoptions and remove_avoptions to cmdutils

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Marton Balint
2024-05-18 15:55:18 +02:00
parent 169b6ee732
commit f9810be5d3
4 changed files with 26 additions and 23 deletions

View File

@ -710,9 +710,6 @@ void term_exit(void);
void show_usage(void);
void remove_avoptions(AVDictionary **a, AVDictionary *b);
int check_avoptions(AVDictionary *m);
int assert_file_overwrite(const char *filename);
AVDictionary *strip_specifiers(const AVDictionary *dict);
int find_codec(void *logctx, const char *name,