summaryrefslogtreecommitdiffstats
path: root/src/uca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uca.h')
-rw-r--r--src/uca.h4
1 files changed, 3 insertions, 1 deletions
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
};
/**