| 76 | } |
| 77 | |
| 78 | AVMotionVectorWrapper AVFrameSideDataWrapper::getMotionVector(unsigned idx) |
| 79 | { |
| 80 | this->update(); |
| 81 | return AVMotionVectorWrapper(this->libVer, this->data, idx); |
| 82 | } |
| 83 | |
| 84 | void AVFrameSideDataWrapper::update() |
| 85 | { |
no test coverage detected