Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-26 | moved code to pc_init(), dc_init() | Max Kellermann | 1 | -0/+8 | |
2008-08-26 | renamed decode.h to decoder_control.h | Max Kellermann | 1 | -1/+1 | |
2008-08-26 | moved variable "dc" to decode.h | Max Kellermann | 1 | -1/+2 | |
Now that "dc" is available here, we don't have to pass it to decoder_is_idle() and decoder_is_starting() anymore. | |||||
2008-08-26 | added decoder_control.c | Max Kellermann | 1 | -0/+82 | |
The source "decoder_control.c" provides an API for controlling the decoder. This replaces various direct accesses to the DecoderControl struct. |