We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bc6a8 commit 6febcf3Copy full SHA for 6febcf3
src/opentime/errorStatus.cpp
@@ -13,9 +13,9 @@ ErrorStatus::outcome_to_string(Outcome o)
13
case OK:
14
return std::string();
15
case INVALID_TIMECODE_RATE:
16
- return "invalid timecode rate";
+ return "SMPTE timecode does not support this rate";
17
case INVALID_TIMECODE_STRING:
18
- return "string is not a valid timecode string";
+ return "string is not a SMPTE timecode string";
19
case TIMECODE_RATE_MISMATCH:
20
return "timecode specifies a frame higher than its rate";
21
case INVALID_TIME_STRING:
0 commit comments