jpeg: fix default quantization tables.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 2 Aug 2012 16:27:48 +0000 (18:27 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 2 Aug 2012 16:27:48 +0000 (18:27 +0200)
commit0b3d75f14b4a275d13eefadc81ff7e1734d2fd0f
tree21cbcab15d35cdd8a8f479206b81ece5b02a7b55
parentf88323857d6539cee1aa88794ddd17153048f441
jpeg: fix default quantization tables.

Two elements in the luminance quantization table were wrong. So,
gst_jpeg_get_default_quantization_tables() now reconstructs tables
in zig-zag order from the standard ones (Tables K.1 and K.2).
gst-libs/gst/codecparsers/gstjpegparser.c