summaryrefslogtreecommitdiff
path: root/v4l2-apps/lib/libv4l/README.multi-threading
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-apps/lib/libv4l/README.multi-threading')
-rw-r--r--v4l2-apps/lib/libv4l/README.multi-threading12
1 files changed, 0 insertions, 12 deletions
diff --git a/v4l2-apps/lib/libv4l/README.multi-threading b/v4l2-apps/lib/libv4l/README.multi-threading
deleted file mode 100644
index 93b393c8c..000000000
--- a/v4l2-apps/lib/libv4l/README.multi-threading
+++ /dev/null
@@ -1,12 +0,0 @@
-libv4lconvert is not safe for using one convert instance as returned by
-v4lconvert_create from multiple threads, if you want to use one v4lconvert
-instance from multiple threads you must provide your own locking and make
-sure no simultanious calls are made.
-
-libv4l1 and libv4l2 are safe for multithread use *under* *the* *following*
-*conditions* :
-
-* when using v4lx_fd_open, do not make any v4lx_ calls to the passed fd until
- v4lx_fd_open has completed
-
-* all v4lx_ calls must be completed before calling v4lx_close