Revision 5b21bdab libavcodec/svq1_cb.h
libavcodec/svq1_cb.h | ||
---|---|---|
28 | 28 |
* svq1 code books. |
29 | 29 |
*/ |
30 | 30 |
|
31 |
#ifndef AVCODEC_SVQ1_CB_H
|
|
32 |
#define AVCODEC_SVQ1_CB_H
|
|
31 |
#ifndef FFMPEG_SVQ1_CB_H
|
|
32 |
#define FFMPEG_SVQ1_CB_H
|
|
33 | 33 |
|
34 | 34 |
#include <stdint.h> |
35 | 35 |
#include <stdlib.h> |
... | ... | |
1520 | 1520 |
NULL, NULL, |
1521 | 1521 |
}; |
1522 | 1522 |
|
1523 |
#endif // AVCODEC_SVQ1_CB_H |
|
1523 |
#endif /* FFMPEG_SVQ1_CB_H */ |
Also available in: Unified diff