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

Function enc_loopback

fftools/ffmpeg_enc.c:942–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942int enc_loopback(Encoder *enc)
943{
944 EncoderPriv *ep = ep_from_enc(enc);
945 ep->attach_par = 1;
946 return ep->sch_idx;
947}

Callers 1

dec_createFunction · 0.85

Calls 1

ep_from_encFunction · 0.85

Tested by

no test coverage detected