1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:42:17 +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);