[cast] Stub out call to VideoEncoderImpl::IsSupported on iOS.
commitcc24128062d1f6b34052460bf4b3f7f854b263b4
authorjfroy <jfroy@chromium.org>
Wed, 4 Mar 2015 02:03:09 +0000 (3 18:03 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 4 Mar 2015 02:03:57 +0000 (4 02:03 +0000)
tree3f31a72a0f7fd547575000eb2c8610c403b09392
parent67c3b8b09ef08fcbc2f22c75c39b68f1df9610b9
[cast] Stub out call to VideoEncoderImpl::IsSupported on iOS.

CL 906403006 introduced a linking error by referencing a symbol that is
not included in iOS builds of the cast sender library. This patch stubs
out the relevant code.

BUG=463713

Review URL: https://codereview.chromium.org/974133002

Cr-Commit-Position: refs/heads/master@{#318996}
media/cast/sender/video_encoder.cc