summaryrefslogtreecommitdiff
path: root/libavfilter/parseutils.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-09-26 14:25:22 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-09-26 14:25:22 +0000
commit6ed040408b26d8b5c896e60303a3bef6a39fa910 (patch)
treeba2292b108c07c933607e39d2ba8e3114e0221ff /libavfilter/parseutils.h
parentcba322d76d4a00b659d7de030018d6003820c715 (diff)
Move AVOptions from libavcodec to libavutil
Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/parseutils.h')
-rw-r--r--libavfilter/parseutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/parseutils.h b/libavfilter/parseutils.h
index e8e1e1a09a..a139c952ab 100644
--- a/libavfilter/parseutils.h
+++ b/libavfilter/parseutils.h
@@ -25,7 +25,7 @@
#ifndef AVFILTER_PARSEUTILS_H
#define AVFILTER_PARSEUTILS_H
-#include "libavcodec/opt.h"
+#include "libavutil/opt.h"
/**
* Unescape the given string until a non escaped terminating char,