mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-07 21:32:56 +00:00
FS-11425 fix typo
This commit is contained in:
parent
8d06825bc4
commit
76d11001ce
@ -2052,7 +2052,7 @@ static void parse_profile(avcodec_profile_t *aprofile, switch_xml_t profile)
|
||||
#ifdef AV_CODEC_FLAG_PASS2
|
||||
flags |= AV_CODEC_FLAG_PASS2;
|
||||
#endif
|
||||
} else if (!strcasecmp(argv[i], "FILTER")) {
|
||||
} else if (!strcasecmp(argv[i], "LOOP_FILTER")) {
|
||||
#ifdef AV_CODEC_FLAG_LOOP_FILTER
|
||||
flags |= AV_CODEC_FLAG_LOOP_FILTER;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user