[FFmpeg-devel] [PATCH v2 4/6] libx265: Update ROI behaviour to match documentation
Michael Niedermayer
michael at niedermayer.cc
Wed Mar 13 17:44:29 EET 2019
On Wed, Mar 13, 2019 at 12:17:46AM +0000, Mark Thompson wrote:
> Equivalent to the previous patch for libx264.
> ---
> libavcodec/libx265.c | 42 +++++++++++++++++++++---------------------
> 1 file changed, 21 insertions(+), 21 deletions(-)
breaks build
CC libavcodec/vaapi_encode.o
libavcodec/vaapi_encode.c: In function ‘vaapi_encode_issue’:
libavcodec/vaapi_encode.c:566:18: error: ‘VAAPIEncodePicture’ has no member named ‘roi’
av_freep(&pic->roi);
^
libavcodec/vaapi_encode.c: In function ‘vaapi_encode_free’:
libavcodec/vaapi_encode.c:701:18: error: ‘VAAPIEncodePicture’ has no member named ‘roi’
av_freep(&pic->roi);
^
make: *** [libavcodec/vaapi_encode.o] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190313/5291baac/attachment.sig>
More information about the ffmpeg-devel
mailing list