提交 2b0681f7 authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #517 in FS/freeswitch from…

Merge pull request #517 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-8239-error-in-building-mod_av-on-centos to master

* commit 'fe1fa8c8':
  FS-8239 fix default value to avoid failed mod_av build on CentOS 7
......@@ -1097,7 +1097,7 @@ static void mod_avformat_destroy_output_context(av_file_context_t *context)
static switch_status_t open_input_file(av_file_context_t *context, switch_file_handle_t *handle, const char *filename)
{
AVCodec *audio_codec = NULL;
AVCodec *video_codec;
AVCodec *video_codec = NULL;
int error;
int i;
switch_status_t status = SWITCH_STATUS_SUCCESS;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论