FFmpeg.AutoGen.ffmpeg.av_format_get_subtitle_codec C# (CSharp) Method

av_format_get_subtitle_codec() private method

private av_format_get_subtitle_codec ( AVFormatContext @s ) : AVCodec*
@s AVFormatContext
return AVCodec*
        public static extern AVCodec* av_format_get_subtitle_codec(AVFormatContext* @s);
        
ffmpeg