MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / get_quality_string

Function get_quality_string

gtk/src/audiohandler.c:377–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

Calls 1

ghb_format_qualityFunction · 0.85

Tested by

no test coverage detected