Skip to content
  • Alexandre Lision's avatar
    video: change pixfmt used by VideoMixer · 7f7bc0e7
    Alexandre Lision authored and Guillaume Roguez's avatar Guillaume Roguez committed
    YUV420P was allocating one large buffer on Linux and 3 on OSX.
    This was causing read overflows. We use YUYV422 which is packed (always one buf)
    
    Issue: #81116
    Change-Id: I76456f72c6f155d181aa533aa62cb70b92f6eff1
    7f7bc0e7