ffmpeg | branch: master | Haihao Xiang <[email protected]> | Fri Oct 7 10:49:12 2022 +0800| [f3b5277057ad84071721f01419fe4badeceaff08] | committer: Haihao Xiang
lavc/qsvenc_hevc: use open GOP by default HEVC spec has CRA frame which allows random access with open GOP, hence it can achieve higher compression efficiency. Removing the entry was suggested by Andreas Signed-off-by: Haihao Xiang <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f3b5277057ad84071721f01419fe4badeceaff08 --- libavcodec/qsvenc_hevc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/qsvenc_hevc.c b/libavcodec/qsvenc_hevc.c index 8127fcc6c3..2a3f34b915 100644 --- a/libavcodec/qsvenc_hevc.c +++ b/libavcodec/qsvenc_hevc.c @@ -294,7 +294,6 @@ static const FFCodecDefault qsv_enc_defaults[] = { { "qmin", "-1" }, { "qmax", "-1" }, { "trellis", "-1" }, - { "flags", "+cgop" }, { NULL }, }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
