| 626 | class RgbaFrameConverter { |
| 627 | public: |
| 628 | RgbaFrameConverter() : sws_context_(nullptr) {} |
| 629 | ~RgbaFrameConverter() { |
| 630 | if (sws_context_) |
| 631 | sws_freeContext(sws_context_); |
nothing calls this directly
no outgoing calls
no test coverage detected