Try fix for cuepoints

This commit is contained in:
David Huss
2021-08-16 17:03:57 +02:00
parent 1af4c675c7
commit 56dc4d1048

View File

@@ -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 {
)
}
}
}