Revision 5b21bdab libavcodec/h264pred.h
libavcodec/h264pred.h | ||
---|---|---|
25 | 25 |
* @author Michael Niedermayer <michaelni@gmx.at> |
26 | 26 |
*/ |
27 | 27 |
|
28 |
#ifndef H264PRED_H |
|
29 |
#define H264PRED_H |
|
28 |
#ifndef FFMPEG_H264PRED_H
|
|
29 |
#define FFMPEG_H264PRED_H
|
|
30 | 30 |
|
31 | 31 |
#include "common.h" |
32 | 32 |
|
... | ... | |
73 | 73 |
|
74 | 74 |
void ff_h264_pred_init(H264PredContext *h, int codec_id); |
75 | 75 |
|
76 |
#endif /* H264PRED_H */ |
|
76 |
#endif /* FFMPEG_H264PRED_H */ |
Also available in: Unified diff