summaryrefslogtreecommitdiff
path: root/v4l2-spec/vidioc-enum-fmt.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-spec/vidioc-enum-fmt.sgml')
-rw-r--r--v4l2-spec/vidioc-enum-fmt.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/v4l2-spec/vidioc-enum-fmt.sgml b/v4l2-spec/vidioc-enum-fmt.sgml
index 5e0c7c770..73af15640 100644
--- a/v4l2-spec/vidioc-enum-fmt.sgml
+++ b/v4l2-spec/vidioc-enum-fmt.sgml
@@ -127,6 +127,13 @@ the array to zero.</entry>
<entry>0x0001</entry>
<entry>This is a compressed format.</entry>
</row>
+ <row>
+ <entry><constant>V4L2_FMT_FLAG_EMULATED</constant></entry>
+ <entry>0x0002</entry>
+ <entry>This format is not native to the device but emulated
+through software (usually libv4l2), where possible try to use a native format
+instead for better performance.</entry>
+ </row>
</tbody>
</tgroup>
</table>