AV_CODEC_FLAG_CLOSED_GOP  869 libavcodec/libx264.c     x4->params.b_open_gop     = !(avctx->flags & AV_CODEC_FLAG_CLOSED_GOP);
AV_CODEC_FLAG_CLOSED_GOP  162 libavcodec/libx265.c     ctx->params->bOpenGOP        = !(avctx->flags & AV_CODEC_FLAG_CLOSED_GOP);
AV_CODEC_FLAG_CLOSED_GOP   93 libavcodec/libxavs2.c     xavs2_opt_set2("OpenGOP",  "%d", !(avctx->flags & AV_CODEC_FLAG_CLOSED_GOP));
AV_CODEC_FLAG_CLOSED_GOP  659 libavcodec/libxvid.c     if (xvid_flags & AV_CODEC_FLAG_CLOSED_GOP)
AV_CODEC_FLAG_CLOSED_GOP  392 libavcodec/mpeg12enc.c         put_bits(&s->pb, 1, !!(s->avctx->flags & AV_CODEC_FLAG_CLOSED_GOP) || s->intra_only || !s->gop_picture_number);
AV_CODEC_FLAG_CLOSED_GOP  908 libavcodec/mpeg4videoenc.c     put_bits(&s->pb, 1, !!(s->avctx->flags & AV_CODEC_FLAG_CLOSED_GOP));
AV_CODEC_FLAG_CLOSED_GOP  653 libavcodec/mpegvideo_enc.c         (s->avctx->flags & AV_CODEC_FLAG_CLOSED_GOP)) {
AV_CODEC_FLAG_CLOSED_GOP 1600 libavcodec/mpegvideo_enc.c                     if (s->avctx->flags & AV_CODEC_FLAG_CLOSED_GOP)
AV_CODEC_FLAG_CLOSED_GOP 1606 libavcodec/mpegvideo_enc.c             if ((s->avctx->flags & AV_CODEC_FLAG_CLOSED_GOP) && b_frames &&
AV_CODEC_FLAG_CLOSED_GOP   69 libavcodec/options_table.h {"cgop", "closed GOP", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_FLAG_CLOSED_GOP }, INT_MIN, INT_MAX, V|E, "flags"},
AV_CODEC_FLAG_CLOSED_GOP  529 libavcodec/qsvenc.c     q->param.mfx.GopOptFlag         = avctx->flags & AV_CODEC_FLAG_CLOSED_GOP ?
AV_CODEC_FLAG_CLOSED_GOP 1821 libavcodec/vaapi_encode.c         ctx->closed_gop  = !!(avctx->flags & AV_CODEC_FLAG_CLOSED_GOP);