Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ ff_progress_frame_report
Function
ff_progress_frame_report
libavcodec/decode.c:1942–1945 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1940
}
1941
1942
void ff_progress_frame_report(ProgressFrame *f, int n)
1943
{
1944
ff_thread_progress_report(&f->progress->progress, n);
1945
}
1946
1947
void ff_progress_frame_await(const ProgressFrame *f, int n)
1948
{
Callers
15
vp78_decode_mb_row_sliced
Function · 0.85
vp78_decode_frame
Function · 0.85
decode
Function · 0.85
mimic_decode_frame
Function · 0.85
decode_frame_common
Function · 0.85
decode_tiles
Function · 0.85
vp9_decode_frame
Function · 0.85
vp3_draw_horiz_band
Function · 0.85
vp3_decode_frame
Function · 0.85
decode_slice
Function · 0.85
find_next_slice
Function · 0.85
decode_frame
Function · 0.85
Calls
1
ff_thread_progress_report
Function · 0.85
Tested by
no test coverage detected