avcC box namespace fixed

This commit is contained in:
Erik Zandvliet 2011-01-22 11:51:00 +01:00
parent 525a651b70
commit c7bd07d660
2 changed files with 16 additions and 16 deletions

View file

@ -1,10 +1,10 @@
#include "box.h"
#include <string>
class Box_h264 {
class Box_avcC {
public:
Box_h264( );
~Box_h264();
Box_avcC( );
~Box_avcC();
Box * GetBox();
void SetReserved( );
void SetDataReferenceIndex( uint16_t DataReferenceIndex );