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

Function ff_ffv1_planes_alloc

libavcodec/ffv1.c:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66PlaneContext* ff_ffv1_planes_alloc(void)
67{
68 return av_refstruct_alloc_ext(sizeof(PlaneContext) * MAX_PLANES,
69 0, NULL, planes_free);
70}
71
72av_cold int ff_ffv1_init_slice_state(const FFV1Context *f,
73 FFV1SliceContext *sc)

Callers 2

read_headerFunction · 0.85

Calls 1

av_refstruct_alloc_extFunction · 0.85

Tested by

no test coverage detected