On 20/02/15 20:05, Sean McGovern wrote:
On Feb 20, 2015 10:35 AM, "Luca Barbato" <[email protected]> wrote:
On 15/02/15 16:33, Luca Barbato wrote:
CC: [email protected]
---
libavdevice/xcbgrab.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c
index 57450f2..7e9f258 100644
--- a/libavdevice/xcbgrab.c
+++ b/libavdevice/xcbgrab.c
@@ -240,9 +240,8 @@ static int xcbgrab_frame_shm(AVFormatContext *s,
AVPacket *pkt)
av_log(s, AV_LOG_ERROR,
"Cannot get the image data "
"event_error: response_type:%u error_code:%u "
- "sequence:%u resource_id:%u minor_code:%u
major_code:%u.\n",
- e->response_type, e->error_code,
- e->sequence, e->resource_id, e->minor_code,
e->major_code);
+ "sequence:%u.\n",
+ e->response_type, e->error_code, e->sequence);
shmctl(id, IPC_RMID, 0);
return AVERROR(EACCES);
Ping.
Can't test until 'ERROR: libxcb not found' is fixed in configure when
explicitly asking for it.
It is not an error, I'm not exactly fond of having to reduce even that
functionality. The XShape extension should exist even with ancient xcb,
probably as a separate package but should exist.
lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel