Home
last modified time | relevance | path

Searched refs:FF_MPV_FLAG_STRICT_GOP (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h594 #define FF_MPV_FLAG_STRICT_GOP 0x0002 macro
633 …ly enforce gop size", 0, AV_OPT_TYPE_CONST, { .i64 = FF_MPV_FLAG_STRICT_GOP }, 0, 0, F…
Dmpegvideo_enc.c1635 if ((s->mpv_flags & FF_MPV_FLAG_STRICT_GOP) && in select_input_picture()