| 110 | } |
| 111 | |
| 112 | void |
| 113 | Decoder ::set_seed(const int /*seed*/) |
| 114 | { |
| 115 | // do nothing in the general case, this method has to be overrided |
| 116 | } |
| 117 | |
| 118 | void |
| 119 | Decoder ::set_n_frames(const size_t n_frames) |
no outgoing calls
no test coverage detected