| 373 | } |
| 374 | |
| 375 | void invalidate_ref_frames(int64_t first_frame, int64_t last_frame) override { |
| 376 | BOOST_LOG(error) << "Encoder doesn't support reference frame invalidation"; |
| 377 | request_idr_frame(); |
| 378 | } |
| 379 | |
| 380 | avcodec_ctx_t avcodec_ctx; |
| 381 | std::unique_ptr<platf::avcodec_encode_device_t> device; |
nothing calls this directly
no outgoing calls
no test coverage detected