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

Function av_write_uncoded_frame

libavformat/mux.c:1416–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414}
1415
1416int av_write_uncoded_frame(AVFormatContext *s, int stream_index,
1417 AVFrame *frame)
1418{
1419 return write_uncoded_frame_internal(s, stream_index, frame, 0);
1420}
1421
1422int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index,
1423 AVFrame *frame)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected