25 #ifndef VIDEO_ACTIMAGINE_H 26 #define VIDEO_ACTIMAGINE_H 34 class SeekableReadStream;
57 #endif // VIDEO_ACTIMAGINE_H
A generic interface for video decoders.
A simple scoped smart pointer template.
A decoder for Actimagine videos.
Low-level type definitions to handle fixed width types portably.
An abstract representation of a video track.
Common::ScopedPtr< Common::SeekableReadStream > _vx
ActimagineDecoder(Common::SeekableReadStream *vx)
void load()
Load an Actimagine file.
void decodeNextTrackFrame(VideoTrack &track)
Decode enough data for the next frame.
Interface for a seekable & readable data stream.
Generic video decoder interface.