Revision 5b21bdab libavcodec/cavs.h
libavcodec/cavs.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef CAVS_H |
|
23 |
#define CAVS_H |
|
22 |
#ifndef FFMPEG_CAVS_H
|
|
23 |
#define FFMPEG_CAVS_H
|
|
24 | 24 |
|
25 | 25 |
#include "dsputil.h" |
26 | 26 |
#include "mpegvideo.h" |
... | ... | |
311 | 311 |
int ff_cavs_init(AVCodecContext *avctx); |
312 | 312 |
int ff_cavs_end (AVCodecContext *avctx); |
313 | 313 |
|
314 |
#endif /* CAVS_H */ |
|
314 |
#endif /* FFMPEG_CAVS_H */ |
Also available in: Unified diff