latelee / YUVPlayer

A little simple YUV player.windows VS2010 MFC project (Windows 7 64bit),support manyYUV format file.
211 stars 117 forks source link

Fix BigSize(bigger than unsigned int) YUV frames play error #2

Open YoungZH-code opened 2 years ago

YoungZH-code commented 2 years ago

image 这里需要添加 long long类型强转,否则大的YUV文件,超过4G左右之后的帧,数据读取出错播放花屏。