22 #ifndef IMAGE_CODECS_MJPEG_H 23 #define IMAGE_CODECS_MJPEG_H 25 #include "image/codecs/codec.h" 26 #include "graphics/pixelformat.h" 29 class SeekableReadStream;
49 void setCodecAccuracy(CodecAccuracy accuracy)
override;
56 CodecAccuracy _accuracy;
Graphics::PixelFormat getPixelFormat() const override
Definition: mjpeg.h:50
bool setOutputPixelFormat(const Graphics::PixelFormat &format) override
Definition: mjpeg.h:51
Definition: algorithm.h:29
Definition: formatinfo.h:28
Definition: movie_decoder.h:32