| 102 | //------------------------------------------------------------------------------ |
| 103 | |
| 104 | MadStream::MadStream() |
| 105 | { |
| 106 | mad_stream_init(this); |
| 107 | } |
| 108 | |
| 109 | //------------------------------------------------------------------------------ |
| 110 |
nothing calls this directly
no outgoing calls
no test coverage detected