MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ErrorEncodingVideo

Method ErrorEncodingVideo

src/Exceptions.h:157–158  ·  view source on GitHub ↗

* @brief Constructor * * @param message A message to accompany the exception * @param frame_number The frame number being processed */

Source from the content-addressed store, hash-verified

155 * @param frame_number The frame number being processed
156 */
157 ErrorEncodingVideo(std::string message, int64_t frame_number=-1)
158 : FrameExceptionBase(message, frame_number) { }
159 virtual ~ErrorEncodingVideo() noexcept {}
160 };
161

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected