| 68 | } |
| 69 | |
| 70 | bool FFmpegEncoderPlugin::IsWorking() { |
| 71 | return !video_encoders_.empty() && plugin_enabled_; |
| 72 | } |
| 73 | |
| 74 | bool FFmpegEncoderPlugin::CanEncodeTexture() { |
| 75 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected