h265parser: prevent to overrun chroma_weight_l0_flag
authorJustin Joy <justin.joy.9to5@gmail.com>
Mon, 13 Jan 2014 12:50:16 +0000 (21:50 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 13 Jan 2014 14:04:52 +0000 (15:04 +0100)
commit6587e924f1ed90cc2608d4599db9cae8e9d64f0c
tree86738b3900ead59dfcc28d46c3030e3fca2563bd
parentd1877b0b953e5a0a182c2aa6c19cf0911c41fc12
h265parser: prevent to overrun chroma_weight_l0_flag

The index of elements cannot exceed or equal to the size of elements.

https://bugzilla.gnome.org/show_bug.cgi?id=722101
gst-libs/gst/codecparsers/gsth265parser.c