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

Function cffstream

libavformat/internal.h:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367static av_always_inline const FFStream *cffstream(const AVStream *st)
368{
369 return (const FFStream*)st;
370}
371
372#if defined (__GNUC__) || defined (__clang__)
373#define dynarray_add(tab, nb_ptr, elem)\

Calls

no outgoing calls

Tested by

no test coverage detected