> On Dec 14, 2018, at 15:43, hwrenx <[email protected]> wrote:
>
> From: hwrenx <[email protected]>
>
> Signed-off-by: hwrenx <[email protected]>
> ---
> libavcodec/libdavs2.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/libdavs2.c b/libavcodec/libdavs2.c
> index 37635bb..a714213 100644
> --- a/libavcodec/libdavs2.c
> +++ b/libavcodec/libdavs2.c
> @@ -205,7 +205,7 @@ AVCodec ff_libdavs2_decoder = {
> .init = davs2_init,
> .close = davs2_end,
> .decode = davs2_decode_frame,
> - .capabilities = AV_CODEC_CAP_DELAY,//AV_CODEC_CAP_DR1 |
> + .capabilities = AV_CODEC_CAP_DELAY |
> AV_CODEC_CAP_AUTO_THREADS,//AV_CODEC_CAP_DR1 |
Maybe you can remove the unused code?
> .pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
> AV_PIX_FMT_NONE },
> .wrapper_name = "libdavs2",
> --
> 2.7.4
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Thanks
Steven
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel