MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / vulkan_encode_h265_close

Function vulkan_encode_h265_close

libavcodec/vulkan_encode_h265.c:1698–1703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696}
1697
1698static av_cold int vulkan_encode_h265_close(AVCodecContext *avctx)
1699{
1700 VulkanEncodeH265Context *enc = avctx->priv_data;
1701 ff_vulkan_encode_uninit(&enc->common);
1702 return 0;
1703}
1704
1705#define OFFSET(x) offsetof(VulkanEncodeH265Context, x)
1706#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM)

Callers

nothing calls this directly

Calls 1

ff_vulkan_encode_uninitFunction · 0.85

Tested by

no test coverage detected