| 6154 | } |
| 6155 | |
| 6156 | int hb_subtitle_can_burn( int source ) |
| 6157 | { |
| 6158 | return source == VOBSUB || source == PGSSUB || source == SSASUB || |
| 6159 | source == CC608SUB || source == UTF8SUB || source == TX3GSUB || |
| 6160 | source == IMPORTSRT || source == IMPORTSSA || source == DVBSUB; |
| 6161 | } |
| 6162 | |
| 6163 | int hb_subtitle_can_export( int source ) |
| 6164 | { |
no outgoing calls