From 2de85655bd50cfcd2a21267ecf4e5f91b0800a9c Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 16 Mar 2011 10:15:15 +0100 Subject: Implement grab callback for Silicon Software me4 --- src/uca.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/uca.h') diff --git a/src/uca.h b/src/uca.h index 06904bc..1ae371a 100644 --- a/src/uca.h +++ b/src/uca.h @@ -245,7 +245,9 @@ enum uca_errors { UCA_ERR_CAM_RECORD, /**< could not record */ UCA_ERR_GRABBER_ACQUIRE, /**< grabber couldn't acquire a frame */ - UCA_ERR_GRABBER_NOMEM /**< no memory was allocated using uca_grabber->alloc() */ + UCA_ERR_GRABBER_NOMEM, /**< no memory was allocated using uca_grabber->alloc() */ + UCA_ERR_GRABBER_CALLBACK_REGISTRATION_FAILED, + UCA_ERR_GRABBER_CALLBACK_ALREADY_REGISTERED }; /** -- cgit v1.2.3