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

Use .at() instead of [] access to SPS vector #425

Closed ChristianFeldmann closed 2 years ago

ChristianFeldmann commented 2 years ago

Just use .at() instead of [] operator in vectors. In some cases (invalid bitstreams) this may case a segmentation fault otherwise.