root / trunk / data / faad / timestamp.diff
| Revision 335, 2.6 kB (checked in by saurik, 5 months ago) |
|---|
-
frontend/main.c
diff -ru faad2/frontend/main.c faad2+iPhone/frontend/main.c
old new 1167 1167 1168 1168 1169 1169 faad_fprintf(stderr, " *********** Ahead Software MPEG-4 AAC Decoder V%s ******************\n\n", FAAD2_VERSION); 1170 faad_fprintf(stderr, " Build: %s\n", __DATE__);1171 1170 faad_fprintf(stderr, " Copyright 2002-2004: Ahead Software AG\n"); 1172 1171 faad_fprintf(stderr, " http://www.audiocoding.com\n"); 1173 1172 if (cap & FIXED_POINT_CAP) -
plugins/in_mp4/in_mp4.c
diff -ru faad2/plugins/in_mp4/in_mp4.c faad2+iPhone/plugins/in_mp4/in_mp4.c
old new 1219 1219 void about(HWND hwndParent) 1220 1220 { 1221 1221 MessageBox(hwndParent, 1222 "AudioCoding.com MPEG-4 AAC player " FAAD2_VERSION " compiled on " __DATE__ ".\n"1222 "AudioCoding.com MPEG-4 AAC player " FAAD2_VERSION ".\n" 1223 1223 "Visit the website for more info.\n" 1224 1224 "Copyright 2002-2004 AudioCoding.com", 1225 1225 "About", … … 2563 2563 static In_Module module = 2564 2564 { 2565 2565 IN_VER, 2566 "AudioCoding.com MPEG-4 AAC player: " FAAD2_VERSION " compiled on " __DATE__,2566 "AudioCoding.com MPEG-4 AAC player: " FAAD2_VERSION, 2567 2567 0, // hMainWindow 2568 2568 0, // hDllInstance 2569 2569 NULL, -
plugins/QCD/QCDFAAD.c
diff -ru faad2/plugins/QCD/QCDFAAD.c faad2+iPhone/plugins/QCD/QCDFAAD.c
old new 349 349 { 350 350 static RECT rcLOGO, rcMail1, rcMail2/*, rcMail3*/; 351 351 POINT ptMouse; 352 static char szPluginVer[] = "QCD FAAD Input Plug-in v1.0b \nCompiled on " __TIME__ ", " __DATE__;352 static char szPluginVer[] = "QCD FAAD Input Plug-in v1.0b; 353 353 static char szFLACVer[] = "Using: FAAD2 v "FAAD2_VERSION" by"; 354 354 355 355 switch (uMsg) … … 1027 1027 { 1028 1028 return 0; 1029 1029 } 1030 } 1031 No newline at end of file 1030 } -
plugins/QCDMp4/QCDMp4.c
diff -ru faad2/plugins/QCDMp4/QCDMp4.c faad2+iPhone/plugins/QCDMp4/QCDMp4.c
old new 1304 1304 void About(int flags) 1305 1305 { 1306 1306 MessageBox(module.hMainWindow, 1307 "AudioCoding.com MPEG-4 General Audio player " FAAD2_VERSION " compiled on " __DATE__ ".\n"1307 "AudioCoding.com MPEG-4 General Audio player " FAAD2_VERSION ".\n" 1308 1308 "Visit the website for more info.\n" 1309 1309 "Ported to QCD by Shao Hao.\n" 1310 1310 "Copyright 2002-2003 AudioCoding.com",
Note: See TracBrowser
for help on using the browser.
