| 309 | } |
| 310 | |
| 311 | Cicada::IVideoFilter *ffmpegVideoFilter::clone(IAFFrame::videoInfo srcFormat, IAFFrame::videoInfo dstFormat, bool active) |
| 312 | { |
| 313 | return new ffmpegVideoFilter(srcFormat, dstFormat, active); |
| 314 | } |
| 315 | |
| 316 | std::string ffmpegVideoFilter::getName() |
| 317 | { |
no outgoing calls