1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_format_description_flags.in; do not edit. */
2 
3 static const struct xlat v4l2_format_description_flags[] = {
4 #if defined(V4L2_FMT_FLAG_COMPRESSED) || (defined(HAVE_DECL_V4L2_FMT_FLAG_COMPRESSED) && HAVE_DECL_V4L2_FMT_FLAG_COMPRESSED)
5  XLAT(V4L2_FMT_FLAG_COMPRESSED),
6 #endif
7 #if defined(V4L2_FMT_FLAG_EMULATED) || (defined(HAVE_DECL_V4L2_FMT_FLAG_EMULATED) && HAVE_DECL_V4L2_FMT_FLAG_EMULATED)
8  XLAT(V4L2_FMT_FLAG_EMULATED),
9 #endif
10  XLAT_END
11 };
12