summaryrefslogtreecommitdiffstats
path: root/av_opts.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-29 10:13:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-29 10:13:39 +0000
commitbce75509294618886bd71c4e3770578a8ba94a06 (patch)
tree327b73ae95db2b52a0d303eb9b4d6524b30a6586 /av_opts.c
parent36edf0ef69b4765caffd972d3f492643a9882591 (diff)
downloadmpv-bce75509294618886bd71c4e3770578a8ba94a06.tar.bz2
mpv-bce75509294618886bd71c4e3770578a8ba94a06.tar.xz
misc cosmetics: K&R style nits, #include placement, indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31263 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'av_opts.c')
-rw-r--r--av_opts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/av_opts.c b/av_opts.c
index d4285d5bb1..04c35f1890 100644
--- a/av_opts.c
+++ b/av_opts.c
@@ -21,8 +21,9 @@
#include <stdlib.h>
#include <string.h>
-#include "libavcodec/opt.h"
+
#include "av_opts.h"
+#include "libavcodec/opt.h"
int parse_avopts(void *v, char *str){
char *start;