You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P2: remove duplicate _split_yuv420_planes definition
- function was defined twice identically (lines 68-94 and 98-124)
- removed the second duplicate definition
P2: fix DEVNULL file handle leak in HevcFeatureReader.close()
- DEVNULL was opened but never closed
- added cleanup in close() method
0 commit comments