VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Gv::AvcReaderStreamImp Class Reference

A private pimple class for Gv::AvcReaderStream, holding AVCode, AVCodecContext and AVFrame libav objects. More...

Public Member Functions

 AvcReaderStreamImp (const Gr::Avc::Configuration &avcc)
 
void init (const Gr::Avc::Configuration *avcc_p)
 

Public Attributes

int m_dx
 
int m_dy
 
AVCodec * m_codec
 
AVCodecContext * m_cc
 
std::string m_sps_pps
 
AVFrame * m_frame
 

Detailed Description

A private pimple class for Gv::AvcReaderStream, holding AVCode, AVCodecContext and AVFrame libav objects.

Definition at line 108 of file gvavcreader_libav.cpp.


The documentation for this class was generated from the following file: