TJExample: Remove "underlying codec" references
(Oversight from 9a146f0f23)
This commit is contained in:
11
tjexample.c
11
tjexample.c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C)2011-2012, 2014-2015, 2017, 2019, 2021-2022
|
||||
* Copyright (C)2011-2012, 2014-2015, 2017, 2019, 2021-2023
|
||||
* D. R. Commander. All Rights Reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -149,14 +149,11 @@ static void usage(char *programName)
|
||||
printf("General Options\n");
|
||||
printf("---------------\n\n");
|
||||
|
||||
printf("-fastupsample = Use the fastest chrominance upsampling algorithm available in\n");
|
||||
printf(" the underlying codec.\n\n");
|
||||
printf("-fastupsample = Use the fastest chrominance upsampling algorithm available\n\n");
|
||||
|
||||
printf("-fastdct = Use the fastest DCT/IDCT algorithms available in the underlying\n");
|
||||
printf(" codec.\n\n");
|
||||
printf("-fastdct = Use the fastest DCT/IDCT algorithm available\n\n");
|
||||
|
||||
printf("-accuratedct = Use the most accurate DCT/IDCT algorithms available in the\n");
|
||||
printf(" underlying codec.\n\n");
|
||||
printf("-accuratedct = Use the most accurate DCT/IDCT algorithm available\n\n");
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user