annotate av_opts.h @ 26691:e456af9908f8

AVOptions support.
author michael
date Sat, 10 May 2008 18:54:10 +0000
parents
children f64717dfd9d5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26691
e456af9908f8 AVOptions support.
michael
parents:
diff changeset
1
e456af9908f8 AVOptions support.
michael
parents:
diff changeset
2 /**
e456af9908f8 AVOptions support.
michael
parents:
diff changeset
3 * Parses str and sets AVOptions in v accordingly.
e456af9908f8 AVOptions support.
michael
parents:
diff changeset
4 */
e456af9908f8 AVOptions support.
michael
parents:
diff changeset
5 int parse_avopts(void *v, char *str);