Nasty hack for fixing H264 init data on FLV

This commit is contained in:
Erik Zandvliet 2016-04-08 10:03:38 +02:00
parent b244618737
commit 939924439d
4 changed files with 22 additions and 2 deletions

View file

@ -50,7 +50,8 @@ namespace h264 {
class sequenceParameterSet {
public:
sequenceParameterSet(const char * _data, unsigned long _dataLen);
sequenceParameterSet(const char * _data = NULL, unsigned long _dataLen = 0);
void fromDTSCInit(const std::string & dtscInit);
SPSMeta getCharacteristics() const;
private:
const char * data;