Skip to content

Commit

Permalink
Cleaning...
Browse files Browse the repository at this point in the history
git-svn-id: https://mp4parse.googlecode.com/svn/trunk@4 d17e83f9-4bc1-c840-92ec-bfd4befe7b46
  • Loading branch information
[email protected] committed Mar 24, 2011
1 parent 7c950aa commit 25f51b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/MP4.BinaryStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,16 +480,15 @@ std::string * BinaryStream::readLongUTF8String( void )

void BinaryStream::readMatrix( matrix * m )
{
( void )m;
/*m->a = this->readBigEndianFixedPoint( 16, 16 );
m->a = this->readBigEndianFixedPoint( 16, 16 );
m->b = this->readBigEndianFixedPoint( 16, 16 );
m->u = this->readBigEndianFixedPoint( 2, 30 );
m->c = this->readBigEndianFixedPoint( 16, 16 );
m->d = this->readBigEndianFixedPoint( 16, 16 );
m->v = this->readBigEndianFixedPoint( 2, 30 );
m->x = this->readBigEndianFixedPoint( 16, 16 );
m->y = this->readBigEndianFixedPoint( 16, 16 );
m->w = this->readBigEndianFixedPoint( 2, 30 );*/
m->w = this->readBigEndianFixedPoint( 2, 30 );
}

bool BinaryStream::good( void ) const
Expand Down

0 comments on commit 25f51b1

Please sign in to comment.