static
| 880 | |
| 881 | // static |
| 882 | bool |
| 883 | ReadNode::isVideoReader(const std::string& pluginID) |
| 884 | { |
| 885 | return (pluginID == PLUGINID_OFX_READFFMPEG); |
| 886 | } |
| 887 | |
| 888 | bool |
| 889 | ReadNode::isVideoReader() const |
nothing calls this directly
no test coverage detected