Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ ffstream
Function
ffstream
libavformat/internal.h:362–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
} FFStream;
361
362
static av_always_inline FFStream *ffstream(AVStream *st)
363
{
364
return (FFStream*)st;
365
}
366
367
static av_always_inline const FFStream *cffstream(const AVStream *st)
368
{
Callers
15
dtshd_read_header
Function · 0.85
msf_read_header
Function · 0.85
aa_read_header
Function · 0.85
read_header
Function · 0.85
tak_read_header
Function · 0.85
mka_parse_audio
Function · 0.85
mkv_parse_video
Function · 0.85
matroska_parse_block
Function · 0.85
matroska_read_seek
Function · 0.85
get_cue_desc
Function · 0.85
webm_clusters_start_with_keyframe
Function · 0.85
webm_dash_manifest_compute_bandwidth
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected