diff options
author | Matthew Hoops | 2013-06-30 17:56:12 -0400 |
---|---|---|
committer | Matthew Hoops | 2013-06-30 17:56:36 -0400 |
commit | 7445459c9dcb249e1c7732ca6217a350b2a965fa (patch) | |
tree | 16488ad296b4252de4e07219d6a18177397fc588 | |
parent | b1a993ace0de4dad592037cecdc6cf97d581e5c4 (diff) | |
download | scummvm-rg350-7445459c9dcb249e1c7732ca6217a350b2a965fa.tar.gz scummvm-rg350-7445459c9dcb249e1c7732ca6217a350b2a965fa.tar.bz2 scummvm-rg350-7445459c9dcb249e1c7732ca6217a350b2a965fa.zip |
GRAPHICS: Cleanup the YUV to RGB usage documentation
-rw-r--r-- | graphics/yuv_to_rgb.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/graphics/yuv_to_rgb.h b/graphics/yuv_to_rgb.h index f785422c5a..a1e61ec705 100644 --- a/graphics/yuv_to_rgb.h +++ b/graphics/yuv_to_rgb.h @@ -22,10 +22,17 @@ /** * @file - * YUV to RGB conversion used in engines: - * - mohawk - * - scumm (he) - * - sword25 + * YUV to RGB conversion. + * + * Used in graphics: + * - JPEGDecoder + * + * Used in video: + * - BinkDecoder + * - Indeo3Decoder + * - PSXStreamDecoder + * - TheoraDecoder + * - SVQ1Decoder */ #ifndef GRAPHICS_YUV_TO_RGB_H |