esds box namespace fixed:

This commit is contained in:
Erik Zandvliet 2011-01-22 11:52:28 +01:00
parent c7bd07d660
commit 9729daa93d
2 changed files with 13 additions and 13 deletions

View file

@ -1,10 +1,10 @@
#include "box.h"
#include <string>
class Box_mp4a {
class Box_esds {
public:
Box_mp4a( );
~Box_mp4a();
Box_esds( );
~Box_esds();
Box * GetBox();
void SetDataReferenceIndex( uint16_t DataReferenceIndex = 0);
void SetChannelCount( uint16_t Count = 2 );