| 62 | } |
| 63 | |
| 64 | void RtdApiImpl::FreeFrame(RtdFrame* frame) { |
| 65 | if (demuxer_) { |
| 66 | demuxer_->FreeFrame(frame); |
| 67 | } |
| 68 | } |
| 69 | |
| 70 | int RtdApiImpl::Command(const char* cmd, void* arg) { |
| 71 | if (demuxer_) { |
nothing calls this directly
no outgoing calls
no test coverage detected