mirror of
https://github.com/mpv-player/mpv
synced 2024-10-26 07:22:17 +02:00
232da23dcc
also complains that they are missing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26731 b3059339-0415-0410-9bf9-f77b7e298cf2
6 lines
98 B
C
6 lines
98 B
C
|
|
/**
|
|
* Parses str and sets AVOptions in v accordingly.
|
|
*/
|
|
int parse_avopts(void *v, char *str);
|