| 3357 | } |
| 3358 | |
| 3359 | const hb_encoder_t* hb_audio_encoder_get_next(const hb_encoder_t *last) |
| 3360 | { |
| 3361 | if (last == NULL) |
| 3362 | { |
| 3363 | return hb_audio_encoders_first_item; |
| 3364 | } |
| 3365 | return ((hb_encoder_internal_t*)last)->next; |
| 3366 | } |
| 3367 | |
| 3368 | void hb_autopassthru_apply_settings(hb_job_t *job) |
| 3369 | { |
no outgoing calls