mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
57a3542801
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26723 b3059339-0415-0410-9bf9-f77b7e298cf2
5 lines
97 B
C
5 lines
97 B
C
|
|
/**
|
|
* Parses str and sets AVOptions in v accordingly.
|
|
*/
|
|
int parse_avopts(void *v, char *str); |