MCPcopy 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
362static av_always_inline FFStream *ffstream(AVStream *st)
363{
364 return (FFStream*)st;
365}
366
367static av_always_inline const FFStream *cffstream(const AVStream *st)
368{

Callers 15

dtshd_read_headerFunction · 0.85
msf_read_headerFunction · 0.85
aa_read_headerFunction · 0.85
read_headerFunction · 0.85
tak_read_headerFunction · 0.85
mka_parse_audioFunction · 0.85
mkv_parse_videoFunction · 0.85
matroska_parse_blockFunction · 0.85
matroska_read_seekFunction · 0.85
get_cue_descFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected