a litle cleanup

This commit is contained in:
2024-09-17 12:02:57 +02:00
parent a622b6aa3f
commit a618435f17
2 changed files with 13 additions and 42 deletions

View File

@ -25,6 +25,7 @@ struct SDLVideoFrame {
timestampUS = ts;
surface = {surf, &nopSurfaceDestructor};
}
SDLVideoFrame(SDLVideoFrame&& other) = default;
// copy
SDLVideoFrame(const SDLVideoFrame& other) {
timestampUS = other.timestampUS;