diff options
Diffstat (limited to 'matroska/src/matroska.rs')
-rw-r--r-- | matroska/src/matroska.rs | 4 |
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 +} |