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

Function vulkan_encode_av1_close

libavcodec/vulkan_encode_av1.c:1359–1365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359static av_cold int vulkan_encode_av1_close(AVCodecContext *avctx)
1360{
1361 VulkanEncodeAV1Context *enc = avctx->priv_data;
1362 av_free(enc->padding_payload);
1363 ff_vulkan_encode_uninit(&enc->common);
1364 return 0;
1365}
1366
1367#define OFFSET(x) offsetof(VulkanEncodeAV1Context, x)
1368#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM)

Callers

nothing calls this directly

Calls 2

ff_vulkan_encode_uninitFunction · 0.85
av_freeFunction · 0.50

Tested by

no test coverage detected