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

Function ff_progress_frame_unref

libavcodec/decode.c:1925–1930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1923}
1924
1925void ff_progress_frame_unref(ProgressFrame *f)
1926{
1927 check_progress_consistency(f);
1928 f->f = NULL;
1929 av_refstruct_unref(&f->progress);
1930}
1931
1932void ff_progress_frame_replace(ProgressFrame *dst, const ProgressFrame *src)
1933{

Callers 15

vp8_alloc_frameFunction · 0.85
vp8_release_frameFunction · 0.85
mimic_decode_endFunction · 0.85
mimic_decode_frameFunction · 0.85
av1_frame_unrefFunction · 0.85
decode_idat_chunkFunction · 0.85
decode_frame_pngFunction · 0.85
decode_frame_apngFunction · 0.85
png_dec_endFunction · 0.85
vp9_frame_unrefFunction · 0.85
vp9_decode_freeFunction · 0.85

Calls 2

av_refstruct_unrefFunction · 0.85

Tested by

no test coverage detected