1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
mpv/av_opts.h
reimar 232da23dcc Add newlines at end of file, this is required for text files and gcc
also complains that they are missing.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26731 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-11 10:35:30 +00:00

6 lines
98 B
C

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