| 375 | } |
| 376 | |
| 377 | static char * get_quality_string(int codec, gdouble quality) |
| 378 | { |
| 379 | char *s_quality = ghb_format_quality("", codec, quality); |
| 380 | return s_quality; |
| 381 | } |
| 382 | |
| 383 | void ghb_sanitize_audio_track_settings(GhbValue *settings) |
| 384 | { |
no test coverage detected