| 320 | } |
| 321 | |
| 322 | QByteArray AVStreamWrapper::getExtradata() |
| 323 | { |
| 324 | this->update(); |
| 325 | if (this->libVer.avformat.major <= 56 || !this->codecpar) |
| 326 | return this->codec.getExtradata(); |
| 327 | return this->codecpar.getExtradata(); |
| 328 | } |
| 329 | |
| 330 | int AVStreamWrapper::getIndex() |
| 331 | { |