Rename SubRip -> TextSubtitle.
[dcpomatic.git] / src / lib / exceptions.h
index da87613042f18cf91fa04e32f37dea80951c30b4..3e7289a50e13e00c4c04259ff7c63bb65ba5bdce 100644 (file)
@@ -211,13 +211,13 @@ public:
        PixelFormatError (std::string o, AVPixelFormat f);
 };
 
-/** @class SubRipError
- *  @brief An error that occurs while parsing a SubRip file.
+/** @class TextSubtitleError
+ *  @brief An error that occurs while parsing a TextSubtitleError file.
  */
-class SubRipError : public FileError
+class TextSubtitleError : public FileError
 {
 public:
-       SubRipError (std::string, std::string, boost::filesystem::path);
+       TextSubtitleError (std::string, std::string, boost::filesystem::path);
 };
 
 class DCPError : public std::runtime_error