diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-09-26 14:25:22 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-09-26 14:25:22 +0000 |
commit | 6ed040408b26d8b5c896e60303a3bef6a39fa910 (patch) | |
tree | ba2292b108c07c933607e39d2ba8e3114e0221ff /libavformat/options.c | |
parent | cba322d76d4a00b659d7de030018d6003820c715 (diff) | |
download | ffmpeg-6ed040408b26d8b5c896e60303a3bef6a39fa910.tar.gz |
Move AVOptions from libavcodec to libavutil
Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/options.c')
-rw-r--r-- | libavformat/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/options.c b/libavformat/options.c index 3be0a3d17d..cba6436c29 100644 --- a/libavformat/options.c +++ b/libavformat/options.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "avformat.h" -#include "libavcodec/opt.h" +#include "libavutil/opt.h" /** * @file |