diff --git a/include/types/sample.h b/include/types/sample.h index a2d2296c8..46bc75b6a 100644 --- a/include/types/sample.h +++ b/include/types/sample.h @@ -260,6 +260,7 @@ struct sample_conv { char **err_msg); /* argument validation function */ unsigned int in_type; /* expected input sample type */ unsigned int out_type; /* output sample type */ + unsigned int private; /* private values. only used by maps */ }; /* sample conversion expression */