Revision 5b21bdab libavcodec/h264data.h
libavcodec/h264data.h | ||
---|---|---|
26 | 26 |
* @author Michael Niedermayer <michaelni@gmx.at> |
27 | 27 |
*/ |
28 | 28 |
|
29 |
#ifndef AVCODEC_H264DATA_H
|
|
30 |
#define AVCODEC_H264DATA_H
|
|
29 |
#ifndef FFMPEG_H264DATA_H
|
|
30 |
#define FFMPEG_H264DATA_H
|
|
31 | 31 |
|
32 | 32 |
#include <stdint.h> |
33 | 33 |
#include "mpegvideo.h" |
... | ... | |
1305 | 1305 |
} |
1306 | 1306 |
}; |
1307 | 1307 |
|
1308 |
#endif // AVCODEC_H264DATA_H |
|
1308 |
#endif /* FFMPEG_H264DATA_H */ |
Also available in: Unified diff