mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 17:00:44 +00:00
Try fix for cuepoints
This commit is contained in:
@@ -364,7 +364,7 @@ impl Cue {
|
||||
.map(|i| {
|
||||
Cue {
|
||||
//ident : i.cue_point_id,
|
||||
frame : i.frame,
|
||||
frame : i.frame_offset,
|
||||
length: {
|
||||
raw_adtl.ltxt_for_cue_point(i.cue_point_id).first()
|
||||
.filter(|x| x.purpose == FourCC::make(b"rgn "))
|
||||
@@ -386,4 +386,4 @@ impl Cue {
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user