Fix C comment style

This commit is contained in:
Frank Bossen
2014-11-28 08:10:20 -05:00
parent 675ad04262
commit 2a41c84487
2 changed files with 4 additions and 2 deletions

View File

@@ -213,7 +213,8 @@ static const unsigned int std_chrominance_quant_tbl[9][DCTSIZE2] = {
99, 99, 99, 99, 99, 99, 99, 99
},
{
// From http://www.imagemagick.org/discourse-server/viewtopic.php?f=22&t=20333&p=98008#p98008
/* From http://www.imagemagick.org/discourse-server/viewtopic.php?f=22&t=20333&p=98008#p98008
*/
16, 16, 16, 18, 25, 37, 56, 85,
16, 17, 20, 27, 34, 40, 53, 75,
16, 20, 24, 31, 43, 62, 91, 135,

View File

@@ -422,7 +422,8 @@ static const unsigned int std_chrominance_quant_tbl[9][DCTSIZE2] = {
99, 99, 99, 99, 99, 99, 99, 99
},
{
// From http://www.imagemagick.org/discourse-server/viewtopic.php?f=22&t=20333&p=98008#p98008
/* From http://www.imagemagick.org/discourse-server/viewtopic.php?f=22&t=20333&p=98008#p98008
*/
16, 16, 16, 18, 25, 37, 56, 85,
16, 17, 20, 27, 34, 40, 53, 75,
16, 20, 24, 31, 43, 62, 91, 135,