2014-10-22 20:11:03 +00:00
|
|
|
#ifndef OPENMW_MWSOUND_MOVIEAUDIOFACTORY_H
|
|
|
|
#define OPENMW_MWSOUND_MOVIEAUDIOFACTORY_H
|
|
|
|
|
2015-04-19 18:14:06 +00:00
|
|
|
#include <extern/osg-ffmpeg-videoplayer/audiofactory.hpp>
|
2014-10-22 20:11:03 +00:00
|
|
|
|
|
|
|
namespace MWSound
|
|
|
|
{
|
|
|
|
|
|
|
|
class MovieAudioFactory : public Video::MovieAudioFactory
|
|
|
|
{
|
2017-05-05 17:26:09 +00:00
|
|
|
virtual std::shared_ptr<Video::MovieAudioDecoder> createDecoder(Video::VideoState* videoState);
|
2014-10-22 20:11:03 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|