13
0

Add comment and fix type.

git-svn-id: svn://localhost/ardour2/branches/3.0@11777 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-04-01 23:47:31 +00:00
parent d34d7b8ce1
commit 4cd2e73732
2 changed files with 3 additions and 2 deletions

View File

@ -112,7 +112,8 @@ protected:
static char bwf_organization_code[4];
static char bwf_serial_number[13];
static uint64_t header_position_offset;
/** Kept up to date with the position of the session location start */
static framecnt_t header_position_offset;
private:
std::string old_peak_path (std::string audio_path);

View File

@ -71,7 +71,7 @@ using namespace Glib;
string AudioFileSource::peak_dir = "";
PBD::Signal0<void> AudioFileSource::HeaderPositionOffsetChanged;
uint64_t AudioFileSource::header_position_offset = 0;
framecnt_t AudioFileSource::header_position_offset = 0;
/* XXX maybe this too */
char AudioFileSource::bwf_serial_number[13] = "000000000000";