Don't perform YUV->RGB conversion before row output for unscaled loads of greyscale...
commitdbe4c1b7234cbc3aed75f7f1faa060bc57db7053
authorunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Wed, 3 Jun 2009 06:35:10 +0000 (3 06:35 +0000)
committerunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Wed, 3 Jun 2009 06:35:10 +0000 (3 06:35 +0000)
tree58538f3ebdcfd885572c5db00c4019fe1d5343c8
parent140d78052b14c23f2e94e45163d60e018629ca6d
Don't perform YUV->RGB conversion before row output for unscaled loads of greyscale JPEG, as store_row_jpeg already does this.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21174 a1c6a512-1295-4272-9138-f99709370657
apps/recorder/jpeg_load.c