diff options
author | DRC <dcommander@users.sourceforge.net> | 2009-09-03 01:35:12 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2009-09-03 01:35:12 +0000 |
commit | 8ed9009b4c4f497a95114d878334de3e13457bdd (patch) | |
tree | a535fbe60d92182b93c8a5f3a1f4e5d811c3a8a8 | |
parent | d07476360e8ae89572c1164dc7d5c605ad40b963 (diff) | |
download | tigervnc-8ed9009b4c4f497a95114d878334de3e13457bdd.tar.gz tigervnc-8ed9009b4c4f497a95114d878334de3e13457bdd.zip |
Update (C) notice and fix line feed in usage instructions
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3888 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | common/jpeg/jpgtest.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/jpeg/jpgtest.cxx b/common/jpeg/jpgtest.cxx index d6c4cb34..da0ef93f 100644 --- a/common/jpeg/jpgtest.cxx +++ b/common/jpeg/jpgtest.cxx @@ -1,5 +1,6 @@ /* Copyright (C)2004 Landmark Graphics Corporation * Copyright (C)2005, 2006 Sun Microsystems, Inc. + * Copyright (C)2009 D. R. Commander * * This library is free software and may be redistributed and/or modified under * the terms of the wxWindows Library License, Version 3.1 or (at your option) @@ -296,8 +297,8 @@ int main(int argc, char *argv[]) printf(" [-rgb | -bgr | -rgba | -bgra | -abgr | -argb]\n"); printf(" Test the specified color conversion path in the codec (default: BGR)\n\n"); printf(" [-fastupsample]\n"); - printf(" Use fast, inaccurate upsampling code to perform 4:2:2 and 4:2:0\n\n"); - printf(" YUV decoding in libjpeg decompressor\n"); + printf(" Use fast, inaccurate upsampling code to perform 4:2:2 and 4:2:0\n"); + printf(" YUV decoding in libjpeg decompressor\n\n"); printf(" [-quiet]\n"); printf(" Output in tabular rather than verbose format\n\n"); printf(" NOTE: If the quality is specified as a range, i.e. 90-100, a separate\n"); |