Skip to content

Commit 62ea51c

Browse files
authored
Enhance note on libbbf.h for future compatibility
Expanded note on `libbbf.h` to include potential future support for DirectStorage.
1 parent e3bd9f7 commit 62ea51c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Every asset in a BBF file starts on a **4096-byte boundary**. This alignment is
6666
8. **Metadata Table**: Key-Value pairs for archival data (Author, Scanlation team, etc.).
6767
9. **Footer (76 bytes)**: Table offsets and a final integrity hash.
6868

69-
NOTE: `libbbf.h` includes a `flags` field, as well as extra padding for each asset entry. This is so that in the future `libbbf` can accomodate future technical advancements in both readers and image storage.
69+
NOTE: `libbbf.h` includes a `flags` field, as well as extra padding for each asset entry. This is so that in the future `libbbf` can accomodate future technical advancements in both readers and image storage. I.E. If images support DirectStorage in the future, then BBF will be able to use it.
7070

7171
### Feature Comparison: Digital Comic & Archival Formats
7272

0 commit comments

Comments
 (0)