Revision 5b21bdab libavcodec/avcodec.h
libavcodec/avcodec.h | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#ifndef AVCODEC_H |
|
22 |
#define AVCODEC_H |
|
21 |
#ifndef FFMPEG_AVCODEC_H
|
|
22 |
#define FFMPEG_AVCODEC_H
|
|
23 | 23 |
|
24 | 24 |
/** |
25 | 25 |
* @file avcodec.h |
... | ... | |
2933 | 2933 |
#define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */ |
2934 | 2934 |
#define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E') /**< Not yet implemented in FFmpeg. Patches welcome. */ |
2935 | 2935 |
|
2936 |
#endif /* AVCODEC_H */ |
|
2936 |
#endif /* FFMPEG_AVCODEC_H */ |
Also available in: Unified diff