Exemplo n.º 1
0
void cVideoBufferSimple::Put(uint8_t *buf, unsigned int size)
{
  m_Buffer->Put(buf, size);
}
Exemplo n.º 2
0
void cVideoBufferSimple::Put(const uint8_t *buf, unsigned int size)
{
  m_Buffer.Put(buf, size);
}