CODEC_FLAG2_IGNORE_CROP  464 libavcodec/h264_ps.c         if (h->avctx->flags2 & CODEC_FLAG2_IGNORE_CROP) {
CODEC_FLAG2_IGNORE_CROP  544 libavcodec/hevc_ps.c             s->avctx->flags2 & CODEC_FLAG2_IGNORE_CROP) {
CODEC_FLAG2_IGNORE_CROP  778 libavcodec/hevc_ps.c         if (s->avctx->flags2 & CODEC_FLAG2_IGNORE_CROP) {
CODEC_FLAG2_IGNORE_CROP   87 libavcodec/options_table.h {"ignorecrop", "ignore cropping information from sps", 0, AV_OPT_TYPE_CONST, {.i64 = CODEC_FLAG2_IGNORE_CROP }, INT_MIN, INT_MAX, V|D, "flags2"},
CODEC_FLAG2_IGNORE_CROP 2327 libavcodec/vp3.c     if (!(avctx->flags2 & CODEC_FLAG2_IGNORE_CROP)) {