X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcrystalhd.c;h=e3c5955969e16b44a106e7ede5bdf3c1565cb88b;hb=a0c624e299730c8c5800375c2f5f3c6c200053ff;hp=83bc8bf36410715c43c25f1c5f673f8b62a4d12c;hpb=1338cc1ac2933aed04ef3a6adc1f4c305e6b2435;p=ffmpeg diff --git a/libavcodec/crystalhd.c b/libavcodec/crystalhd.c index 83bc8bf3641..e3c5955969e 100644 --- a/libavcodec/crystalhd.c +++ b/libavcodec/crystalhd.c @@ -786,8 +786,9 @@ static int crystalhd_receive_frame(AVCodecContext *avctx, AVFrame *frame) .receive_frame = crystalhd_receive_frame, \ .flush = flush, \ .bsfs = bsf_name, \ - .capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AVOID_PROBING, \ + .capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AVOID_PROBING | AV_CODEC_CAP_HARDWARE, \ .pix_fmts = (const enum AVPixelFormat[]){AV_PIX_FMT_YUYV422, AV_PIX_FMT_NONE}, \ + .wrapper_name = "crystalhd", \ }; #if CONFIG_H264_CRYSTALHD_DECODER