[Bug 237092] multimedia/ffmpeg: build fail with SVT-AV1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 8 05:48:07 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237092

            Bug ID: 237092
           Summary: multimedia/ffmpeg: build fail with SVT-AV1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia at FreeBSD.org
          Reporter: rozhuk.im at gmail.com
             Flags: maintainer-feedback?(multimedia at FreeBSD.org)
          Assignee: multimedia at FreeBSD.org

libavcodec/libsvt_av1.c:225:14: error: no member named 'yStride' in 'struct
EbSvtIOFormat'; did you mean 'y_stride'?
    in_data->yStride  = frame->linesize[0] >> is16bit;
             ^~~~~~~
             y_stride
/usr/local/include/svt-av1/EbSvtAv1.h:138:14: note: 'y_stride' declared here
    uint32_t y_stride;
             ^
libavcodec/libsvt_av1.c:226:14: error: no member named 'cbStride' in 'struct
EbSvtIOFormat'; did you mean 'cb_stride'?
    in_data->cbStride = frame->linesize[1] >> is16bit;
             ^~~~~~~~
             cb_stride
/usr/local/include/svt-av1/EbSvtAv1.h:140:14: note: 'cb_stride' declared here
    uint32_t cb_stride;
             ^
libavcodec/libsvt_av1.c:227:14: error: no member named 'crStride' in 'struct
EbSvtIOFormat'; did you mean 'cr_stride'?
    in_data->crStride = frame->linesize[2] >> is16bit;
             ^~~~~~~~
             cr_stride
/usr/local/include/svt-av1/EbSvtAv1.h:139:14: note: 'cr_stride' declared here
    uint32_t cr_stride;
             ^
libavcodec/libsvt_av1.c:299:1: warning: unused label 'failed_init_enc'
[-Wunused-label]
failed_init_enc:
^~~~~~~~~~~~~~~~
1 warning and 3 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list