MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / invalidate_ref_frames

Method invalidate_ref_frames

src/video.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected