Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2026-09-01 18:47:55 -04:00
parent 4154d0d1fb
commit 3584c4e686
5 changed files with 2 additions and 6 deletions
@@ -11,9 +11,8 @@ extern "C" {
#include <libavutil/channel_layout.h>
#include <libavutil/frame.h>
}
#include "audio_core/adsp/apps/opus/opus_decode_object.h"
#include "audio_core/adsp/apps/opus/opus_types.h"
#include "common/assert.h"
#include "core/hle/service/audio/errors.h"
namespace AudioCore::ADSP::OpusDecoder {
@@ -7,7 +7,6 @@
#pragma once
#include "common/common_types.h"
#include "audio_core/adsp/apps/opus/opus_types.h"
#include "core/hle/result.h"
struct AVCodec;
@@ -11,8 +11,8 @@ extern "C" {
#include <libavutil/channel_layout.h>
#include <libavutil/frame.h>
}
#include "audio_core/adsp/apps/opus/opus_multistream_decode_object.h"
#include "common/assert.h"
#include "core/hle/result.h"
#include "core/hle/service/audio/errors.h"
@@ -6,7 +6,6 @@
#pragma once
#include "audio_core/adsp/apps/opus/opus_types.h"
#include "common/common_types.h"
#include "core/hle/result.h"
@@ -3,7 +3,6 @@
#pragma once
#include "common/common_funcs.h"
#include "common/common_types.h"
namespace AudioCore::ADSP::OpusDecoder {