From owner-freebsd-ports@freebsd.org Mon Apr 8 15:10:50 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93A801531382 for ; Mon, 8 Apr 2019 15:10:50 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38BD37540A; Mon, 8 Apr 2019 15:10:50 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 292277E3B; Mon, 8 Apr 2019 15:10:50 +0000 (UTC) From: Jan Beich To: The Doctor Cc: freebsd-ports@freebsd.org Subject: Re: FFMPEg References: <20190408150311.GA29769@doctor.nl2k.ab.ca> Date: Mon, 08 Apr 2019 17:10:45 +0200 In-Reply-To: <20190408150311.GA29769@doctor.nl2k.ab.ca> (The Doctor via freebsd-ports's message of "Mon, 8 Apr 2019 09:03:11 -0600") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 38BD37540A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2019 15:10:50 -0000 The Doctor via freebsd-ports writes: > 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; > ^ Fixed in https://svnweb.freebsd.org/changeset/ports/498378