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

Function hb_subsource_name

libhb/common.c:6791–6817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6789}
6790
6791const char * hb_subsource_name( int source )
6792{
6793 switch (source)
6794 {
6795 case VOBSUB:
6796 return "VOBSUB";
6797 case IMPORTSRT:
6798 return "SRT";
6799 case CC608SUB:
6800 return "CC608";
6801 case CC708SUB:
6802 return "CC708";
6803 case UTF8SUB:
6804 return "UTF-8";
6805 case TX3GSUB:
6806 return "TX3G";
6807 case IMPORTSSA:
6808 case SSASUB:
6809 return "SSA";
6810 case PGSSUB:
6811 return "PGS";
6812 case DVBSUB:
6813 return "DVB";
6814 default:
6815 return "Unknown";
6816 }
6817}
6818
6819void hb_hexdump( hb_debug_level_t level, const char * label, const uint8_t * data, int len )
6820{

Callers 8

add_subtitleFunction · 0.85
hb_import_subtitle_addFunction · 0.85
add_subtitleFunction · 0.85
add_ffmpeg_subtitleFunction · 0.85
copy_frameFunction · 0.85
add_subtitleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected