Skip to content
  • Sébastien Toque's avatar
    Do not try to resize surface with 0x0 size · e624c93b
    Sébastien Toque authored
    This can happen if video size equals screen size,
    setSurfaceSize is not called since no resize is required,
    which means mVideoWidth is not intialized.
    In this case, a simple orientation change will trigger
    a useless setSurfaceSize(0,0,0,0)
    e624c93b