[FFmpeg-devel] [PATCH 4/5] vaapi_encode: Add ROI support
Michael Niedermayer
michael at niedermayer.cc
Fri Mar 1 00:12:55 EET 2019
On Wed, Feb 27, 2019 at 10:00:22PM +0000, Mark Thompson wrote:
> ---
> libavcodec/vaapi_encode.c | 129 ++++++++++++++++++++++++++++++++
> libavcodec/vaapi_encode.h | 9 +++
> libavcodec/vaapi_encode_h264.c | 2 +
> libavcodec/vaapi_encode_h265.c | 2 +
> libavcodec/vaapi_encode_mpeg2.c | 2 +
> libavcodec/vaapi_encode_vp8.c | 2 +
> libavcodec/vaapi_encode_vp9.c | 2 +
> 7 files changed, 148 insertions(+)
In file included from libavcodec/vaapi_encode.c:27:0:
libavcodec/vaapi_encode.h:73:5: error: unknown type name ‘VAEncROI’
VAEncROI *roi;
^
make: *** [libavcodec/vaapi_encode.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from libavcodec/vaapi_encode_mpeg2.c:28:0:
libavcodec/vaapi_encode.h:73:5: error: unknown type name ‘VAEncROI’
VAEncROI *roi;
^
make: *** [libavcodec/vaapi_encode_mpeg2.o] Error 1
POD doc/ffprobe.pod
In file included from libavcodec/vaapi_encode_h264.c:36:0:
libavcodec/vaapi_encode.h:73:5: error: unknown type name ‘VAEncROI’
VAEncROI *roi;
^
make: *** [libavcodec/vaapi_encode_h264.o] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Dictatorship: All citizens are under surveillance, all their steps and
actions recorded, for the politicians to enforce control.
Democracy: All politicians are under surveillance, all their steps and
actions recorded, for the citizens to enforce control.
-------------- 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/20190228/07d07bfe/attachment.sig>
More information about the ffmpeg-devel
mailing list