root / trunk / data / faad / timestamp.diff

Revision 335, 2.6 kB (checked in by saurik, 5 months ago)

Removed even more timestamping.

  • frontend/main.c

    diff -ru faad2/frontend/main.c faad2+iPhone/frontend/main.c
    old new  
    11671167 
    11681168 
    11691169    faad_fprintf(stderr, " *********** Ahead Software MPEG-4 AAC Decoder V%s ******************\n\n", FAAD2_VERSION); 
    1170     faad_fprintf(stderr, " Build: %s\n", __DATE__); 
    11711170    faad_fprintf(stderr, " Copyright 2002-2004: Ahead Software AG\n"); 
    11721171    faad_fprintf(stderr, " http://www.audiocoding.com\n"); 
    11731172    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  
    12191219void about(HWND hwndParent) 
    12201220{ 
    12211221    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" 
    12231223        "Visit the website for more info.\n" 
    12241224        "Copyright 2002-2004 AudioCoding.com", 
    12251225        "About", 
     
    25632563static In_Module module = 
    25642564{ 
    25652565    IN_VER, 
    2566     "AudioCoding.com MPEG-4 AAC player: " FAAD2_VERSION " compiled on " __DATE__, 
     2566    "AudioCoding.com MPEG-4 AAC player: " FAAD2_VERSION, 
    25672567    0,  // hMainWindow 
    25682568    0,  // hDllInstance 
    25692569    NULL, 
  • plugins/QCD/QCDFAAD.c

    diff -ru faad2/plugins/QCD/QCDFAAD.c faad2+iPhone/plugins/QCD/QCDFAAD.c
    old new  
    349349{ 
    350350        static RECT rcLOGO, rcMail1, rcMail2/*, rcMail3*/; 
    351351        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; 
    353353        static char szFLACVer[] = "Using: FAAD2 v "FAAD2_VERSION" by"; 
    354354 
    355355        switch (uMsg) 
     
    10271027        { 
    10281028        return 0; 
    10291029    } 
    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  
    13041304void About(int flags) 
    13051305{ 
    13061306        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" 
    13081308        "Visit the website for more info.\n" 
    13091309                "Ported to QCD by Shao Hao.\n" 
    13101310        "Copyright 2002-2003 AudioCoding.com", 
Note: See TracBrowser for help on using the browser.