| 2820 | } |
| 2821 | |
| 2822 | static void opt_subtitle_codec(const char *arg) |
| 2823 | { |
| 2824 | opt_codec(&subtitle_stream_copy, &subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, arg); |
| 2825 | } |
| 2826 | |
| 2827 | static void opt_subtitle_tag(const char *arg) |
| 2828 | { |
no test coverage detected