// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/logging.h" #include "media/base/codec_worker_impl.h" #include "media/base/libvpx_thread_wrapper.h" #include "third_party/libaom/source/libaom/aom_util/aom_thread.h" namespace media { void InitLibAomThreadWrapper() { … } } // namespace media