Revision 5b21bdab libavcodec/vp3data.h
libavcodec/vp3data.h | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#ifndef VP3DATA_H |
|
22 |
#define VP3DATA_H |
|
21 |
#ifndef FFMPEG_VP3DATA_H
|
|
22 |
#define FFMPEG_VP3DATA_H
|
|
23 | 23 |
|
24 | 24 |
#include <stdint.h> |
25 | 25 |
#include <stdlib.h> |
... | ... | |
3178 | 3178 |
} |
3179 | 3179 |
}; |
3180 | 3180 |
|
3181 |
#endif /* VP3DATA_H */ |
|
3181 |
#endif /* FFMPEG_VP3DATA_H */ |
Also available in: Unified diff