Skip to content

Commit

Permalink
GRAPHICS: Cleanup the YUV to RGB usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Jun 30, 2013
1 parent b1a993a commit 7445459
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions graphics/yuv_to_rgb.h
Expand Up @@ -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
Expand Down

0 comments on commit 7445459

Please sign in to comment.