proprietary_codecs says "Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4. We always build Google Chrome and Chromecast with proprietary codecs." but on https://www.chromium.org/audio-video I found the information that the proprietary_codecs flag "Alters the list of codecs Chromium claims to support, which affects <source> and canPlayType() behaviour". I understand this like there are no proprietary codecs added by setting the flag to "true" only the browser will claim it can handle media encoded with proprietary codecs.Lately I was wondering, what this build flag is controlling exactly. I found different information about it. The args description forproprietary_codecssays "Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4. We always build Google Chrome and Chromecast with proprietary codecs." but on https://www.chromium.org/audio-video I found the information that the proprietary_codecs flag "Alters the list of codecs Chromium claims to support, which affects <source> and canPlayType() behaviour". I understand this like there are no proprietary codecs added by setting the flag to "true" only the browser will claim it can handle media encoded with proprietary codecs.I wonder which information is correct. I want to be on the safe side and not include proprietary codecs that I would need to pay license fees for.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/f1277f20-e9aa-4030-b755-b4b1db601706%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromi...@chromium.org.
if (proprietary_codecs && media_use_ffmpeg) { assert( ffmpeg_branding != "Chromium", "proprietary codecs and ffmpeg_branding set to Chromium are incompatible") }
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/fb4ab979-3731-4504-af55-7e706d44b3c9%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/fb4ab979-3731-4504-af55-7e706d44b3c9%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/eccecc78-4365-402e-9e48-792632fbaec9%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/eccecc78-4365-402e-9e48-792632fbaec9%40chromium.org.