On Sep 10, 2013, at 2:15 PM, Yukinori Yamazoe <[email protected]> wrote:
> 2013/9/9 Diego Biurrun <[email protected]>: >> On Sun, Sep 08, 2013 at 03:22:35AM +0900, Yukinori Yamazoe wrote: >>> --- /dev/null >>> +++ b/libavcodec/qsv_mpeg2.c >>> @@ -0,0 +1,124 @@ >>> + >>> +#define OFFSET(x) offsetof(QSVMpegContext, x) >>> +#define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM >>> +static const AVOption options[] = { >>> + { "async_depth", "Number of parallel processing", >>> OFFSET(qsv.async_depth), AV_OPT_TYPE_INT, { .i64 = ASYNC_DEPTH_DEFAULT }, >>> 0, INT_MAX, VD }, >> >> number of parallel processes? >> > > "Depth of asynchronous" is OK? Doubt it, doesn't sound grammatically correct to me :P Tim _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
