codecparsers: h264: store quantization matrices in zig-zag order
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Tue, 20 Aug 2013 14:03:38 +0000 (17:03 +0300)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 2 Oct 2013 08:59:10 +0000 (10:59 +0200)
commite943f56bf8c8ef14bcac8e98510f323acf96475a
tree4b0e0cfd0e608fb68a93b0345ee3dedf3ec5b749
parent7622c9b10aef79a378d24ae38872333a56109eec
codecparsers: h264: store quantization matrices in zig-zag order

Quantizer matrices are encoded in zigzag scan order in the bitstream,
so always parse it as it is.

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