diff av_opts.h @ 26691:e456af9908f8

AVOptions support.
author michael
date Sat, 10 May 2008 18:54:10 +0000
parents
children f64717dfd9d5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/av_opts.h	Sat May 10 18:54:10 2008 +0000
@@ -0,0 +1,5 @@
+
+/**
+ * Parses str and sets AVOptions in v accordingly.
+ */
+int parse_avopts(void *v, char *str);
\ No newline at end of file