| 202 | } |
| 203 | |
| 204 | QByteArray FileSourceFFmpegFile::getExtradata() |
| 205 | { |
| 206 | // Get the video stream |
| 207 | if (!this->video_stream) |
| 208 | return {}; |
| 209 | return this->video_stream.getExtradata(); |
| 210 | } |
| 211 | |
| 212 | StringPairVec FileSourceFFmpegFile::getMetadata() |
| 213 | { |