Skip to content
Snippets Groups Projects
Commit fe357287 authored by schwarz's avatar schwarz
Browse files

no message

parent 9bcc9e0e
No related branches found
No related tags found
No related merge requests found
......@@ -671,6 +671,7 @@ SEI::SubPicSei::~SubPicSei ()
{
}
ErrVal
SEI::SubPicSei::create( SubPicSei*& rpcSeiMessage)
{
rpcSeiMessage = new SubPicSei();
......@@ -678,12 +679,14 @@ SEI::SubPicSei::create( SubPicSei*& rpcSeiMessage)
return Err::m_nOK;
}
ErrVal
SEI::SubPicSei::write( HeaderSymbolWriteIf *pcWriteIf )
{
RNOK ( pcWriteIf->writeUvlc( m_uiLayerId, "Sub-picture scalable SEI: m_uiLayerId" ) );
return Err::m_nOK;
}
ErrVal
SEI::SubPicSei::read( HeaderSymbolReadIf *pcReadIf )
{
RNOK ( pcReadIf->getUvlc( m_uiLayerId, "Sub-picture scalable SEI: m_uiLayerd" ) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment