IENT / YUView

The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset
http://ient.github.io/YUView
Other
1.79k stars 354 forks source link

Fix yuvformat guessing #446

Closed onoffpt closed 2 years ago

onoffpt commented 2 years ago

This patch expands the guessing logic to support NV12 and to guess it from the filename instead of looking at the file suffix.

Tested with: ./YUView Session_800x630_NV12.yuv

ChristianFeldmann commented 2 years ago

Thank you for the contribution!