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.

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

Reply via email to