FFmpeg avcodec_copy_context deprecated替换方案
新版本中FFmpeg的avcodec_copy_context被avcodec_parameters_to_context和avcodec_parameters_from_context所替代,因此需要将原本的写法修改一下。旧API版本如下ret = avcodec_copy_context(out_stream->codec, in_stream->codec);if (ret < 0){ printf("Failed to copy