Revision 5b21bdab libavcodec/h261data.h
libavcodec/h261data.h | ||
---|---|---|
24 | 24 |
* H.261 tables. |
25 | 25 |
*/ |
26 | 26 |
|
27 |
#ifndef AVCODEC_H261DATA_H
|
|
28 |
#define AVCODEC_H261DATA_H
|
|
27 |
#ifndef FFMPEG_H261DATA_H
|
|
28 |
#define FFMPEG_H261DATA_H
|
|
29 | 29 |
|
30 | 30 |
#include <stdint.h> |
31 | 31 |
#include "h261.h" |
... | ... | |
161 | 161 |
h261_tcoeff_level, |
162 | 162 |
}; |
163 | 163 |
|
164 |
#endif // AVCODEC_H261DATA_H |
|
164 |
#endif /* FFMPEG_H261DATA_H */ |
Also available in: Unified diff