diff options
author | Bastien Bouclet | 2019-01-22 15:02:05 +0100 |
---|---|---|
committer | Bastien Bouclet | 2019-04-28 07:59:14 +0200 |
commit | 0d5d04ca3a5473f24f45112bb40a009679024acc (patch) | |
tree | db509988aed8e0ef0f51052ca5154f771de8edb9 /graphics/yuv_to_rgb.h | |
parent | 5196ae1cd49b879f0497c5ad863dfa6dfebe61c7 (diff) | |
download | scummvm-rg350-0d5d04ca3a5473f24f45112bb40a009679024acc.tar.gz scummvm-rg350-0d5d04ca3a5473f24f45112bb40a009679024acc.tar.bz2 scummvm-rg350-0d5d04ca3a5473f24f45112bb40a009679024acc.zip |
IMAGE: Allow setting the output pixel format to the JPEG decoder
Diffstat (limited to 'graphics/yuv_to_rgb.h')
-rw-r--r-- | graphics/yuv_to_rgb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/yuv_to_rgb.h b/graphics/yuv_to_rgb.h index a1e61ec705..3d11f35048 100644 --- a/graphics/yuv_to_rgb.h +++ b/graphics/yuv_to_rgb.h @@ -24,9 +24,6 @@ * @file * YUV to RGB conversion. * - * Used in graphics: - * - JPEGDecoder - * * Used in video: * - BinkDecoder * - Indeo3Decoder |