root/OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp @ 9827

Revision 9827, 231 bytes (checked in by robert, 4 years ago)

Introduced osg::AudioStream? class to help manage audio streams coming in from movie reading plugins

Line 
1
2#ifndef HEADER_GUARD_FFMPEG_HEADERS_H
3#define HEADER_GUARD_FFMPEG_HEADERS_H
4
5
6extern "C"
7{
8#define __STDC_CONSTANT_MACROS
9#include <stdint.h>
10#include <avcodec.h>
11#include <avformat.h>
12}
13
14
15
16#endif // HEADER_GUARD_FFMPEG_HEADERS_H
Note: See TracBrowser for help on using the browser.