uint16_t pp_time;
uint16_t pb_time; int quarter_sample; int partitioned_frame;
void (*decode_mb)(void *opaque, int ref, int mv_dir, int mv_type, int (*mv)[2][4][2], int mb_x, int mb_y, int mb_intra, int mb_skipped); void *opaque;
} ERContext;
int ff_er_init(ERContext *const s);
void ff_er_frame_start(ERContext *s);
/** *Indicatethataframehasfinisheddecodingandperformerrorconcealment *incaseithasbeenenabledandisnecessaryandsupported. * *@paramsERContextinuse *@paramdecode_error_flagspointerwhereupdateddecode_error_flagsarewritten *ifsupplied;ifnot,thenewflagsaredirectly *appliedtotheAVFramewhoseerrorsareconcealed
*/ void ff_er_frame_end(ERContext *s, int *decode_error_flags); void ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy, int status);
#endif/* AVCODEC_ERROR_RESILIENCE_H */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet am 2026-08-24)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.