cisco / thor

Thor Video Codec
BSD 2-Clause "Simplified" License
697 stars 101 forks source link

Out-of-bounds MVs. #26

Open bheng4 opened 8 years ago

bheng4 commented 8 years ago

MVs that point sufficiently outside the picture can cause the decoder to crash. I would recommend clipping them to stay within your defined reference padding size. Something like the following may work.