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

Method avcodec_encode_session_t

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

Source from the content-addressed store, hash-verified

315 class avcodec_encode_session_t: public encode_session_t {
316 public:
317 avcodec_encode_session_t() = default;
318
319 avcodec_encode_session_t(avcodec_ctx_t &&avcodec_ctx, std::unique_ptr<platf::avcodec_encode_device_t> encode_device, int inject):
320 avcodec_ctx {std::move(avcodec_ctx)},

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected