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

Function check_progress_consistency

libavcodec/decode.c:1882–1886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1880} ProgressInternal;
1881
1882static void check_progress_consistency(const ProgressFrame *f)
1883{
1884 av_assert1(!!f->f == !!f->progress);
1885 av_assert1(!f->progress || f->progress->f == f->f);
1886}
1887
1888int ff_progress_frame_alloc(AVCodecContext *avctx, ProgressFrame *f)
1889{

Callers 2

ff_progress_frame_unrefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected