20 #ifndef GNASH_VAAPIEXCEPTION_H
21 #define GNASH_VAAPIEXCEPTION_H
31 : std::runtime_error(str)
35 : std::runtime_error(
"Video Acceleration error")
44 #endif // GNASH_VAAPIEXCEPTION_H
VaapiException()
Definition: VaapiException.h:34
VA exception abstraction.
Definition: VaapiException.h:29
virtual ~VaapiException()
Definition: VaapiException.h:38
VaapiException(const std::string &str)
Definition: VaapiException.h:30