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);
-- 
2.1.0

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to