mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2014-10-25 Fred Gleason <fredg@paravelsystems.com>
* Added fade markers to the 'MarkerSet::dump()' method in 'utils/rdimport/markerset.cpp'.
This commit is contained in:
@@ -141,6 +141,10 @@ void MarkerSet::dump()
|
||||
printf(" Marker End %s: ",(const char *)marker_marker);
|
||||
printf("%d mS\n",marker_end_value);
|
||||
}
|
||||
if(marker_fade_valid) {
|
||||
printf(" Marker %s: ",(const char *)marker_marker);
|
||||
printf("%d mS\n",marker_fade_value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user