FS-11425 fix typo

This commit is contained in:
Seven Du 2019-02-27 14:25:15 +08:00 committed by Andrey Volk
parent 8d06825bc4
commit 76d11001ce
1 changed files with 1 additions and 1 deletions

View File

@ -2052,7 +2052,7 @@ static void parse_profile(avcodec_profile_t *aprofile, switch_xml_t profile)
#ifdef AV_CODEC_FLAG_PASS2 #ifdef AV_CODEC_FLAG_PASS2
flags |= AV_CODEC_FLAG_PASS2; flags |= AV_CODEC_FLAG_PASS2;
#endif #endif
} else if (!strcasecmp(argv[i], "FILTER")) { } else if (!strcasecmp(argv[i], "LOOP_FILTER")) {
#ifdef AV_CODEC_FLAG_LOOP_FILTER #ifdef AV_CODEC_FLAG_LOOP_FILTER
flags |= AV_CODEC_FLAG_LOOP_FILTER; flags |= AV_CODEC_FLAG_LOOP_FILTER;
#endif #endif