Revision 5b21bdab libavcodec/mpeg4data.h
libavcodec/mpeg4data.h | ||
---|---|---|
25 | 25 |
* mpeg4 tables. |
26 | 26 |
*/ |
27 | 27 |
|
28 |
#ifndef AVCODEC_MPEG4DATA_H
|
|
29 |
#define AVCODEC_MPEG4DATA_H
|
|
28 |
#ifndef FFMPEG_MPEG4DATA_H
|
|
29 |
#define FFMPEG_MPEG4DATA_H
|
|
30 | 30 |
|
31 | 31 |
#include <stdint.h> |
32 | 32 |
#include "mpegvideo.h" |
... | ... | |
429 | 429 |
99, 13, 15, 17, 19, 21, 23, 0 |
430 | 430 |
}; |
431 | 431 |
|
432 |
#endif // AVCODEC_MPEG4DATA_H |
|
432 |
#endif /* FFMPEG_MPEG4DATA_H */ |
Also available in: Unified diff