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