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

Function write_header

libavformat/uncodedframecrcenc.c:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static int write_header(struct AVFormatContext *s)
125{
126 return ff_framehash_write_header(s);
127}
128
129static int write_frame(struct AVFormatContext *s, int stream_index,
130 AVFrame **frame, unsigned flags)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected