From: Seven Du Date: Wed, 27 Feb 2019 06:04:47 +0000 (+0800) Subject: FS-11425 default to level 3.1 follows 459baa858679b74abe8398b4ad06e43beafd9b89 X-Git-Tag: v1.10.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413018476108fd252efeac59e6f5c47ae290d502;p=thirdparty%2Ffreeswitch.git FS-11425 default to level 3.1 follows 459baa858679b74abe8398b4ad06e43beafd9b89 --- diff --git a/src/mod/applications/mod_av/avcodec.c b/src/mod/applications/mod_av/avcodec.c index 1631cf5be5..8ff007419a 100644 --- a/src/mod/applications/mod_av/avcodec.c +++ b/src/mod/applications/mod_av/avcodec.c @@ -520,7 +520,7 @@ static void init_profile(avcodec_profile_t *aprofile, const char *name) if (!strcasecmp(name, "H264")) { aprofile->ctx.profile = FF_PROFILE_H264_BASELINE; - aprofile->ctx.level = 41; + aprofile->ctx.level = 31; #ifdef AV_CODEC_FLAG_PSNR aprofile->ctx.flags |= AV_CODEC_FLAG_PSNR; #endif