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/
H A Dmpegvideoenc.h40 #define FF_MPV_FLAG_STRICT_GOP 0x0002 macro
69 { "strict_gop", "Strictly enforce gop size", 0, AV_OPT_TYPE_CONST, { .i64 = FF_MPV_FLAG_STRICT_GOP }, 0, 0, FF_MPV_OPT_FLAGS, "mpv_flags" },\
H A Dmpegvideo_enc.c1458 if ((s->mpv_flags & FF_MPV_FLAG_STRICT_GOP) && in select_input_picture()

Completed in 7 milliseconds