avcC box namespace fixed
This commit is contained in:
parent
525a651b70
commit
c7bd07d660
2 changed files with 16 additions and 16 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue