We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0700f4 commit 146633aCopy full SHA for 146633a
libvisual/libvisual/lv_video.cpp
@@ -338,7 +338,7 @@ namespace LV {
338
}
339
340
if (m_impl->depth != VISUAL_VIDEO_DEPTH_GL) {
341
- // Validate depth and bytes per pixel consisteency.
+ // Validate depth and bytes per pixel consistency.
342
343
if (m_impl->bpp != visual_video_depth_bpp (m_impl->depth) / 8) {
344
visual_log (VISUAL_LOG_ERROR, "Depth (%s) is not consistent with BPP (%d).",
0 commit comments