| 157 | ErrorEncodingVideo(std::string message, int64_t frame_number=-1) |
| 158 | : FrameExceptionBase(message, frame_number) { } |
| 159 | virtual ~ErrorEncodingVideo() noexcept {} |
| 160 | }; |
| 161 | |
| 162 | /// Exception when an invalid # of audio channels are detected |
nothing calls this directly
no outgoing calls
no test coverage detected