Skip to content

Commit 6febcf3

Browse files
committed
Clarified timecode exception messages.
Signed-off-by: Joshua Minor <joshm@pixar.com>
1 parent 65bc6a8 commit 6febcf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/opentime/errorStatus.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ErrorStatus::outcome_to_string(Outcome o)
1313
case OK:
1414
return std::string();
1515
case INVALID_TIMECODE_RATE:
16-
return "invalid timecode rate";
16+
return "SMPTE timecode does not support this rate";
1717
case INVALID_TIMECODE_STRING:
18-
return "string is not a valid timecode string";
18+
return "string is not a SMPTE timecode string";
1919
case TIMECODE_RATE_MISMATCH:
2020
return "timecode specifies a frame higher than its rate";
2121
case INVALID_TIME_STRING:

0 commit comments

Comments
 (0)