Skip to content
  • Sebastian Dröge's avatar
    video: Fix broken comparison in unit test · f8b36721
    Sebastian Dröge authored
    libs/video.c:540:50: error: comparison of constant 2 with boolean expression is always false
          [-Werror,-Wtautological-constant-out-of-range-compare]
                && !GST_VIDEO_INFO_N_PLANES (&vinfo) > 2) {
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
    f8b36721