mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 07:10:38 +01:00
![]() Currently `CreateLibaomAv1Encoder` will either return an actual libaom AV1 encoder or a nullptr depening on whether the build flag `enable_libaom` was configured to true or not. This CL updates the `libaom_av1_encoder` build target to no longer depend on `enable_libaom` so that `CreateLibaomAv1Encoder` will always return an encoder instance. Added `CreateLibaomAv1EncoderIfSupported` as a replacement to the old `CreateLibaomAv1Encoder`. Bug: webrtc:13573 Change-Id: Ibdcd52c609acd79feefa2b86f19d1b4ca3e91d0a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/242360 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Peter Hanspers <peterhanspers@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35763} |
||
---|---|---|
.. | ||
av1_svc_config.cc | ||
av1_svc_config.h | ||
av1_svc_config_unittest.cc | ||
BUILD.gn | ||
dav1d_decoder.cc | ||
dav1d_decoder.h | ||
DEPS | ||
libaom_av1_decoder.cc | ||
libaom_av1_decoder.h | ||
libaom_av1_decoder_absent.cc | ||
libaom_av1_encoder.cc | ||
libaom_av1_encoder.h | ||
libaom_av1_encoder_supported.cc | ||
libaom_av1_encoder_supported.h | ||
libaom_av1_encoder_unittest.cc | ||
libaom_av1_unittest.cc |