> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Carl Eugen Hoyos > Sent: Wednesday, April 3, 2019 5:52 AM > To: FFmpeg development discussions and patches > <ffmpeg-devel@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 2/2] lavc/qsvenc: enable hevc gpb > option > > 2019-04-02 10:00 GMT+02:00, Zhong Li <zhong...@intel.com>: > > GPB is the default type, just contains forward references but the > > slice_type is B slice with higher encoding efficiency than regular P > > slice, but lower performance. > > > > Add an option to allow user to set regular P slice. > > Ok. > > > + { "gpb", "GPB (generalized P/B frame) or regular P frame", > > OFFSET(qsv.gpb), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE}, > > Before reading above, I was 100% sure that "true" ("1") would set GPB > frames but that the wording should change.
Now I would like to change my mind, take the "true" as default value, thus means GPB to be default frame type. > Use "P frames" instead of the default "P frames". > (But I am not a native speaker) Sorry, I can't get your point, could you please give a completed sentence should be changed to? (I am not a native speaker too) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".