7 lines
219 B
C++
7 lines
219 B
C++
|
#include "mpd/base/content_protection_element.h"
|
||
|
|
||
|
namespace dash_packager {
|
||
|
ContentProtectionElement::ContentProtectionElement() {}
|
||
|
ContentProtectionElement::~ContentProtectionElement() {}
|
||
|
} // namespace dash_packager
|