Ejemplo n.º 1
0
        public void Reset()
        {
            int result = FF.swr_init(ctx);

            if (result != 0)
            {
                throw new FFmpegException(result);
            }
        }