| 185 | } // namespace |
| 186 | |
| 187 | AVFormatContextWrapper::AVFormatContextWrapper(AVFormatContext *c, LibraryVersion v) |
| 188 | { |
| 189 | this->ctx = c; |
| 190 | this->libVer = v; |
| 191 | this->update(); |
| 192 | } |
| 193 | |
| 194 | void AVFormatContextWrapper::updateFrom(AVFormatContext *c) |
| 195 | { |