Chris Carlmar

Results 2 issues of Chris Carlmar

Shouldn't the result in **a52e_get_strmtyp()** be right shifted 6 times, instead of 5, to get a value masked with 0xc0 "down"? **a52e_set_strmtyp()** shifts the value left 6 times when setting...

Needed to be able to use planar samples instead of packed. This approach seemed to be the least error prone, but gives a bit of code duplication.