2 #ifndef _YI_ASSET_DECODER_JPG_H_ 3 #define _YI_ASSET_DECODER_JPG_H_ 22 SetDecoder(std::make_unique<CYIImageDecoderJPG>());
32 #endif // _YI_ASSET_DECODER_JPG_H_
Base class for all specialized raster image decoders.
Definition: YiAssetDecoderImage.h:21
Asset decoder for JPEG image files.
Definition: YiAssetDecoderJPG.h:17
virtual ~CYIAssetDecoderJPG()
Definition: YiAssetDecoderJPG.h:26
std::vector< CYIString > m_SupportedExtensions
Definition: YiAssetDecoder.h:88
CYIAssetDecoderJPG()
Definition: YiAssetDecoderJPG.h:20
void SetDecoder(std::unique_ptr< CYIImageDecoder > pDecoder)