mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 18:55:49 +00:00
Merge pull request #517 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-8239-error-in-building-mod_av-on-centos to master
* commit 'fe1fa8c8fbf1785e8c3e5320b2c837feb4e14034': FS-8239 fix default value to avoid failed mod_av build on CentOS 7
This commit is contained in:
commit
2b0681f798
@ -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)
|
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 *audio_codec = NULL;
|
||||||
AVCodec *video_codec;
|
AVCodec *video_codec = NULL;
|
||||||
int error;
|
int error;
|
||||||
int i;
|
int i;
|
||||||
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user