aizvorski / h264bitstream

A complete set of functions to read and write H.264 video bitstreams, in particular to examine or modify headers.
GNU Lesser General Public License v2.1
713 stars 237 forks source link

Fix segfault when a PPS has a scaling matix #18

Closed sgadrat-anevia closed 7 years ago

sgadrat-anevia commented 7 years ago

Sorry for that, in my last pull request I forgot to remove some '*' actually using pointers to store ints. It works thanks to implicit conversions but you may want the clean version.

aizvorski commented 7 years ago

Looks good!