jpeg: compute default Huffman tables.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 2 Aug 2012 13:17:57 +0000 (15:17 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 2 Aug 2012 13:17:57 +0000 (15:17 +0200)
commitf88323857d6539cee1aa88794ddd17153048f441
treed4fd45fb1e2dff0f59ccaf637eacaaf7526fee32
parent71e4936e5e1d1417f2df1afeac955d35063fd372
jpeg: compute default Huffman tables.

... instead of having them pre-calculated. This saves around 1.5 KB
of data in the DSO but requires gst_jpeg_get_default_huffman_tables()
to do more work. Though, the client application may have to call that
function at most once, only.
gst-libs/gst/codecparsers/gstjpegparser.c