CODEC_FLAG2_SKIP_MANUAL 92 libavcodec/options_table.h {"skip_manual", "do not skip samples and export skip information as frame side data", 0, AV_OPT_TYPE_CONST, {.i64 = CODEC_FLAG2_SKIP_MANUAL}, INT_MIN, INT_MAX, V|D, "flags2"}, CODEC_FLAG2_SKIP_MANUAL 2555 libavcodec/utils.c !(avctx->flags2 & CODEC_FLAG2_SKIP_MANUAL)) { CODEC_FLAG2_SKIP_MANUAL 2585 libavcodec/utils.c !(avctx->flags2 & CODEC_FLAG2_SKIP_MANUAL)) { CODEC_FLAG2_SKIP_MANUAL 2604 libavcodec/utils.c if ((avctx->flags2 & CODEC_FLAG2_SKIP_MANUAL) && *got_frame_ptr) {