|
VideoTools
|
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 |
A private pimple class for Gv::AvcReaderStream, holding AVCode, AVCodecContext and AVFrame libav objects.
Definition at line 108 of file gvavcreader_libav.cpp.