| 55 | ImageMemoryPool memory_pool_; |
| 56 | |
| 57 | struct AVCodecContext* codec_ctx_ = nullptr; |
| 58 | struct AVPacket* packet_ = nullptr; |
| 59 | struct AVFrame* frame_ = nullptr; |
| 60 | struct AVFrame* rgb_frame_ = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected