annotate av_opts.h @ 26699:f64717dfd9d5

Add newlines at end of file, this is required for text files and gcc also complains that they are missing.
author reimar
date Sun, 11 May 2008 10:35:30 +0000
parents e456af9908f8
children 41f8ba327cf5
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 */
26699
f64717dfd9d5 Add newlines at end of file, this is required for text files and gcc
reimar
parents: 26691
diff changeset
5 int parse_avopts(void *v, char *str);