aboutsummaryrefslogtreecommitdiff
path: root/matroska/src/matroska.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-16 21:54:28 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-16 21:54:28 +0100
commite65619de86080d72bf81ba72311dce5325976478 (patch)
tree0296089fb71550169a896dfbc7de88e33e655f86 /matroska/src/matroska.rs
parent56cf07697695dea747b1c62768999e6237c55448 (diff)
downloadjellything-e65619de86080d72bf81ba72311dce5325976478.tar
jellything-e65619de86080d72bf81ba72311dce5325976478.tar.bz2
jellything-e65619de86080d72bf81ba72311dce5325976478.tar.zst
stuff
Diffstat (limited to 'matroska/src/matroska.rs')
-rw-r--r--matroska/src/matroska.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/matroska/src/matroska.rs b/matroska/src/matroska.rs
index b4078ab..8d63d90 100644
--- a/matroska/src/matroska.rs
+++ b/matroska/src/matroska.rs
@@ -108,7 +108,7 @@ define_ebml! {
SimpleBlock[0xA3]: Binary,
Timestamp[0xE7]: Uint,
},
-
+
Cues[0x1C53BB6B]: {
CuePoint[0xBB]: {
CueTime[0xB3]: Uint,
@@ -327,4 +327,4 @@ define_ebml! {
},
},
},
-} \ No newline at end of file
+}