summaryrefslogtreecommitdiffstats
path: root/av_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'av_opts.h')
-rw-r--r--av_opts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/av_opts.h b/av_opts.h
new file mode 100644
index 0000000000..3fed5912b4
--- /dev/null
+++ b/av_opts.h
@@ -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