| 2587 | } |
| 2588 | |
| 2589 | const hb_dither_t* hb_audio_dither_get_next(const hb_dither_t *last) |
| 2590 | { |
| 2591 | if (last == NULL) |
| 2592 | { |
| 2593 | return hb_audio_dithers_first_item; |
| 2594 | } |
| 2595 | return ((hb_dither_internal_t*)last)->next; |
| 2596 | } |
| 2597 | |
| 2598 | static int mixdown_get_opus_coupled_stream_count(int mixdown) |
| 2599 | { |
no outgoing calls