| 296 | } |
| 297 | |
| 298 | Size AVStreamWrapper::getFrameSize() |
| 299 | { |
| 300 | this->update(); |
| 301 | if (this->libVer.avformat.major <= 56 || !this->codecpar) |
| 302 | return this->codec.getSize(); |
| 303 | return this->codecpar.getSize(); |
| 304 | } |
| 305 | |
| 306 | AVColorSpace AVStreamWrapper::getColorspace() |
| 307 | { |