| 72 | } |
| 73 | |
| 74 | void CVideo::Init() |
| 75 | { |
| 76 | av_log_set_callback(AvLogCallback); |
| 77 | } |
| 78 | |
| 79 | CVideo::CVideo(IGraphics *pGraphics, ISound *pSound, IStorage *pStorage, int Width, int Height, const char *pName) : |
| 80 | m_pGraphics(pGraphics), |
no outgoing calls
no test coverage detected