tagparser/mp4/mpeg4descriptor.h

12 lines
171 B
C++

#ifndef MPEG4STREAMDESCRIPTOR_H
#define MPEG4STREAMDESCRIPTOR_H
class Mpeg4StreamDescriptor
{
public:
Mpeg4StreamDescriptor();
};
#endif // MPEG4STREAMDESCRIPTOR_H