Skip to content
Snippets Groups Projects
Commit e7e33a53 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

codecs: disable codecs

Disable codecs for iOS that does not support videotoolbox.

Change-Id: I3949d4ad262ec4393e954a8e279b6f316861d883
parent 1452e68d
No related merge requests found
......@@ -72,8 +72,6 @@ SystemCodecContainer::initCodecConfig()
defaultBitrate,
minVP8,
maxVP8),
#endif
std::make_shared<SystemVideoCodecInfo>(AV_CODEC_ID_MPEG4,
"MP4V-ES", "mpeg4",
CODEC_ENCODER_DECODER,
......@@ -83,6 +81,8 @@ SystemCodecContainer::initCodecConfig()
"H263-1998", "h263",
CODEC_ENCODER_DECODER,
defaultBitrate),
#endif
#endif
/* Define supported audio codec*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment