summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_handler.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 14:44:22 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 14:44:22 +0200
commit0a329ffe73665a3f68d75ce9c3cd7ee0a8199973 (patch)
tree810026eb602b0d9d27fb5432af9746662db63bf0 /libs/ardour/ardour/export_handler.h
parent84272b4e27e537bf2c38c9cd25675c61addea40a (diff)
NO-OP name change: CD-frames (not samples)
Diffstat (limited to 'libs/ardour/ardour/export_handler.h')
-rw-r--r--libs/ardour/ardour/export_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_handler.h b/libs/ardour/ardour/export_handler.h
index 21ae6f5cb0..3fc9ed9c0e 100644
--- a/libs/ardour/ardour/export_handler.h
+++ b/libs/ardour/ardour/export_handler.h
@@ -219,7 +219,7 @@ class LIBARDOUR_API ExportHandler : public ExportElementFactory, public sigc::tr
void write_index_info_toc (CDMarkerStatus & status);
void write_index_info_mp4ch (CDMarkerStatus & status);
- void samples_to_cd_samples_string (char* buf, samplepos_t when);
+ void samples_to_cd_frame_string (char* buf, samplepos_t when);
void samples_to_chapter_marks_string (char* buf, samplepos_t when);
std::string toc_escape_cdtext (const std::string&);