mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-22 10:06:23 +00:00
Add missing break
This commit is contained in:
committed by
Ozkan Sezer
parent
fc26d5d328
commit
6af979975f
@@ -211,7 +211,7 @@ int SDL_SW_UpdateYUVTexture(SDL_SW_YUVTexture *swdata, const SDL_Rect *rect,
|
|||||||
dst += 2 * ((swdata->w + 1) / 2);
|
dst += 2 * ((swdata->w + 1) / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} break;
|
||||||
default:
|
default:
|
||||||
return SDL_SetError("Unsupported YUV format");
|
return SDL_SetError("Unsupported YUV format");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user