Revision 5b21bdab libavcodec/h263data.h
libavcodec/h263data.h | ||
---|---|---|
26 | 26 |
* H.263 tables. |
27 | 27 |
*/ |
28 | 28 |
|
29 |
#ifndef AVCODEC_H263DATA_H
|
|
30 |
#define AVCODEC_H263DATA_H
|
|
29 |
#ifndef FFMPEG_H263DATA_H
|
|
30 |
#define FFMPEG_H263DATA_H
|
|
31 | 31 |
|
32 | 32 |
#include <stdint.h> |
33 | 33 |
#include "mpegvideo.h" |
... | ... | |
311 | 311 |
0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9,10,10,10,11,11,11,12,12,12 |
312 | 312 |
}; |
313 | 313 |
|
314 |
#endif // AVCODEC_H263DATA_H |
|
314 |
#endif /* FFMPEG_H263DATA_H */ |
Also available in: Unified diff