30 bool CanDecode(
const std::string &filename)
override;
31 bool LoadFile(
const std::string& filename,
DecodedFrames& frames)
override;
32 const char* GetImageFormatName()
override {
return "JPG"; }
33 const char* GetDecoderName()
override {
return "libjpeg"; }
Definition: IDecoder.h:32
Definition: IDecoder.h:67
Definition: JPGDecoder.h:25