Bug 1823953 - Update ffvpx's README_MOZILLA to mention that it can use libvorbis now. r=alwu

Differential Revision: https://phabricator.services.mozilla.com/D175154
This commit is contained in:
Paul Adenot 2023-08-08 12:12:41 +00:00
Родитель 2e8a836f42
Коммит dc1e05bb52
1 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -9,10 +9,13 @@ git checkout 37cde570bc2dcd64a15c5d9a37b9fa0d78d84f9f
All source files match their path from the library's source archive.
Currently, we only use the vp8, vp9, av1 (libdav1d), mp3, and flac portion of
the library. If this changes, configuration files will most likely need to be
updated. Decoding AV1 via libdav1d is supported, although the decoder
(libdav1d) is vendored separately, `ffvpx` only contains the code to use `libdav1d` through the `ffmpeg` API.
Currently, we only use the vp8, vp9, av1 (via libdav1d), mp3, flac, vorbis (via
libvorbis) portion of the library. If this changes, configuration files will
most likely need to be updated.
Decoding AV1 via libdav1d and libvorbis is supported, although the decoder
libraries are vendored separately, `ffvpx` only contains the code to use
those libraries through the `ffmpeg` API.
The ffmpeg project recommends to use ffmpeg's tip, not a particular release.