| 6161 | } |
| 6162 | |
| 6163 | int hb_subtitle_can_export( int source ) |
| 6164 | { |
| 6165 | switch (source) |
| 6166 | { |
| 6167 | case CC608SUB: |
| 6168 | case CC708SUB: |
| 6169 | case UTF8SUB: |
| 6170 | case TX3GSUB: |
| 6171 | case SSASUB: |
| 6172 | case IMPORTSRT: |
| 6173 | case IMPORTSSA: |
| 6174 | case PGSSUB: |
| 6175 | return 1; |
| 6176 | default: |
| 6177 | return 0; |
| 6178 | } |
| 6179 | } |
| 6180 | |
| 6181 | int hb_subtitle_can_pass( int source, int mux ) |
| 6182 | { |
no outgoing calls
no test coverage detected