On Tue, Sep 10, 2013 at 09:15:47PM +0900, Yukinori Yamazoe 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?

To be completely honest, I'm starting to doubt what you are trying to
express in the first place.  Could you explain in a few sentences what
this option is supposed to accomplish?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to