mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Case of packJPG/packMP3
Always lower case
This commit is contained in:
parent
d48f1a86ef
commit
ce52abaddf
3 changed files with 10 additions and 10 deletions
|
|
@ -79,7 +79,7 @@ extern "C"
|
|||
#include "contrib/giflib/gif_lib.h"
|
||||
}
|
||||
|
||||
//PackJPG things
|
||||
// packJPG things
|
||||
|
||||
// Motion JPEG DHT header
|
||||
// JPEG DHT Segment for YCrCb omitted from MJPEG data
|
||||
|
|
@ -122,7 +122,7 @@ bool pjglib_convert_file2file( char* in, char* out, char* msg );
|
|||
// DLL to a string
|
||||
const char* pjglib_version_info( void );
|
||||
|
||||
//PackMP3 things
|
||||
// packMP3 things
|
||||
|
||||
#include "contrib/packjpg/bitops.h" // for MBITS
|
||||
#include "contrib/packmp3/pmp3tbl.h"
|
||||
|
|
@ -7510,10 +7510,10 @@ void try_decompression_gif(unsigned char version[5]) {
|
|||
|
||||
void packjpg_mp3_dll_msg() {
|
||||
|
||||
printf("Using PackJPG for JPG recompression, PackMP3 for MP3 recompression.\n");
|
||||
printf("Using packJPG for JPG recompression, packMP3 for MP3 recompression.\n");
|
||||
printf("%s\n", pjglib_version_info());
|
||||
printf("%s\n", pmplib_version_info());
|
||||
printf("More about PackJPG and PackMP3 here: http://www.matthiasstirner.com\n\n");
|
||||
printf("More about packJPG and packMP3 here: http://www.matthiasstirner.com\n\n");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue