| 51 | } |
| 52 | |
| 53 | bool FFmpegEncoderPlugin::OnCreate(const tc::GrPluginParam& plugin_param) { |
| 54 | tc::GrVideoEncoderPlugin::OnCreate(plugin_param); |
| 55 | |
| 56 | return true; |
| 57 | } |
| 58 | |
| 59 | bool FFmpegEncoderPlugin::OnDestroy() { |
| 60 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected