]> git.sesse.net Git - casparcg/blob - ffmpeg 0.7/include/libavcodec/opt.h
2.0.2: INFO TEMPLATE works on both compressed and uncompressed templates.
[casparcg] / ffmpeg 0.7 / include / libavcodec / opt.h
1 /**
2  * @file
3  * This header is provided for compatibility only and will be removed
4  * on next major bump
5  */
6
7 #ifndef AVCODEC_OPT_H
8 #define AVCODEC_OPT_H
9
10 #include "libavcodec/version.h"
11
12 #if FF_API_OPT_H
13 #include "libavutil/opt.h"
14 #endif
15
16 #endif /* AVCODEC_OPT_H */