Ignore:
Timestamp:
02/12/09 22:54:56 (15 years ago)
Author:
r2d
Message:

check block size & changed inline for mpc_inline, MSVC seems to accept static inline but not static inline ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcgain/mpcgain.c

    r413 r424  
    11/*
    2   Copyright (c) 2006, The Musepack Development Team
     2  Copyright (c) 2006-2009, The Musepack Development Team
    33  All rights reserved.
    44
     
    5252#define MAX_HEAD_SIZE 20 // maximum size of the packet header before chapter gain (2 + 9 + 9)
    5353
    54 const char    About []        = "mpcgain - Musepack (MPC) ReplayGain calculator v" MPCGAIN_VERSION " (C) 2006-2008 MDT\nBuilt " __DATE__ " " __TIME__ "\n";
     54const char    About []        = "mpcgain - Musepack (MPC) ReplayGain calculator v" MPCGAIN_VERSION " (C) 2006-2009 MDT\nBuilt " __DATE__ " " __TIME__ "\n";
    5555
    5656
Note: See TracChangeset for help on using the changeset viewer.