1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 11:12:56 +00:00
mpv/av_opts.h

5 lines
97 B
C
Raw Normal View History

/**
* Parses str and sets AVOptions in v accordingly.
*/
int parse_avopts(void *v, char *str);