IENT / YUView

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

Fix YUV file format guessing for NV12 #445

Closed onoffpt closed 2 years ago

onoffpt commented 2 years ago

This patch adds NV12 support and guesses the YUV format from the filename instead of the extension (suffix).

Tested with: ./YUView Session_800x630_NV12.yuv ./YUView Session_1084x660_NV12.yuv

onoffpt commented 2 years ago

dropping and cleaning up the mess.