tagparser/mp4/mpeg4descriptor.h

12 lines
171 B
C
Raw Normal View History

2015-06-07 00:16:59 +02:00
#ifndef MPEG4STREAMDESCRIPTOR_H
#define MPEG4STREAMDESCRIPTOR_H
class Mpeg4StreamDescriptor
{
public:
Mpeg4StreamDescriptor();
};
#endif // MPEG4STREAMDESCRIPTOR_H