Remove unnecessary synchronization
The `videoSize` field is never written while holding the mutex, and is only accessed from the same thread.
R
Romain Vimont committed
fe9450afccdb2a1f940aa350199c798c6878efea
Parent: 66005e8
The `videoSize` field is never written while holding the mutex, and is only accessed from the same thread.