| 827 | } |
| 828 | |
| 829 | static void get_subtitle_defaults(AVSubtitle *sub) |
| 830 | { |
| 831 | memset(sub, 0, sizeof(*sub)); |
| 832 | sub->pts = AV_NOPTS_VALUE; |
| 833 | } |
| 834 | |
| 835 | #define UTF8_MAX_BYTES 4 /* 5 and 6 bytes sequences should not be used */ |
| 836 | static int recode_subtitle(AVCodecContext *avctx, const AVPacket **outpkt, |
no outgoing calls
no test coverage detected