| 6246 | } |
| 6247 | |
| 6248 | int hb_subtitle_must_burn(hb_subtitle_t *subtitle, int mux) |
| 6249 | { |
| 6250 | return (subtitle->config.dest == RENDERSUB || |
| 6251 | (!(subtitle->config.external_filename != NULL && |
| 6252 | hb_subtitle_can_export(subtitle->source)) && |
| 6253 | !hb_subtitle_can_pass(subtitle->source, mux))); |
| 6254 | } |
| 6255 | |
| 6256 | int hb_audio_can_apply_drc(uint32_t codec, uint32_t codec_param, int encoder) |
| 6257 | { |
no test coverage detected