From 25eb8ca5933b942c2fba03d01523ff1ecfc80008 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 9 Apr 2019 03:28:23 +0200 Subject: Fix session-export util (timecode: frames, not samples) --- session_utils/export.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'session_utils') diff --git a/session_utils/export.cc b/session_utils/export.cc index bf0848fe91..4531595abf 100644 --- a/session_utils/export.cc +++ b/session_utils/export.cc @@ -90,13 +90,13 @@ static int export_session (Session *session, " " " " " " -" " +" " " " " " " " " " " " -" " +" " " " " " " " @@ -254,7 +254,6 @@ int main (int argc, char* argv[]) settings._sample_format = ExportFormatBase::SF_Float; break; } - /* fall through */ default: fprintf(stderr, "Invalid Bit Depth\n"); -- cgit v1.2.3