• Jean-Paul Saman's avatar
    xvba_video_glx.c: split check in transfer_surface. · 4a3eac85
    Jean-Paul Saman authored
    The boolean operator || requires an evaluation of both expressions.
    If the expressions evaluates pointers, then care must be taken that
    both expressions have valid pointer. In this case it cannot be guaranteed,
    thus splitting the check is needed.
    4a3eac85
xvba_video_glx.c 73.9 KB