]> git.sesse.net Git - ffmpeg/blob - libavcodec/opt.h
Replace int_fast integer types with their sized standard posix counterparts.
[ffmpeg] / 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