1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00
mpv/av_opts.h
michael 57a3542801 AVOptions support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26723 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-10 18:54:10 +00:00

5 lines
97 B
C

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