| 61 | _ctx(ctx), _avframe(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } |
| 62 | virtual long STDMETHODCALLTYPE GetWidth (void) { return _width; } |
| 63 | virtual long STDMETHODCALLTYPE GetHeight (void) { return _height; } |
| 64 | virtual long STDMETHODCALLTYPE GetRowBytes (void) |
| 65 | { |
| 66 | if (_codec_id == AV_CODEC_ID_WRAPPED_AVFRAME) |
no outgoing calls
no test coverage detected