Searched refs:fec (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | prompeg.c | 218 static int prompeg_write_fec(URLContext *h, PrompegFec *fec, uint8_t type) { in prompeg_write_fec() argument 222 uint8_t *b = fec->bitstring; in prompeg_write_fec() 235 AV_WB32(buf + 4, fec->ts); in prompeg_write_fec() 239 AV_WB16(buf + 12, fec->sn); in prompeg_write_fec()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libopusenc.c | 39 int fec; member 156 OPUS_SET_INBAND_FEC(opts->fec)); in libopus_configure_encoder() 557 { "fec", "Enable inband FEC. Expected packet loss must be non-zero", OFFSET(fec), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },
|
Completed in 3 milliseconds