staging: Solo6x10: Build MPEG4 headers on the fly.
authorKrzysztof Hałasa <khalasa@piap.pl>
Fri, 11 Feb 2011 12:25:00 +0000 (13:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Feb 2011 20:37:02 +0000 (12:37 -0800)
This will make them maintainable. Also, it now works on big-endian systems.

This is the slow path (done every 1+ second, per channel) so I guess
there is no need to cache the results.

I have removed CBR-related bits from the MPEG4 VOL header since we can't
do CBR (at least yet).

Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found