audio: fix handling of sample_rate and channels count.
authorAndre <maan@p133.(none)>
Mon, 29 May 2006 23:05:54 +0000 (01:05 +0200)
committerAndre <maan@p133.(none)>
Mon, 29 May 2006 23:05:54 +0000 (01:05 +0200)
This was utterly broken for both para_write and para_audiod as
the writer didn't have a chance to see the computed value from
the filter/wav header.

Fix it by introducing two new pointers in struct writer_node_group
which point to the corresponding variables in struct
filter/check_wav_task.

Tested with 22KHz mono files.


No differences found