From 0e23b89352b52c703a94a79c4ee22722870a1f5e Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 13 Aug 2023 20:49:42 +0200 Subject: [PATCH] cellRec: add more encoder options --- 3rdparty/ffmpeg | 2 +- rpcs3/Emu/Cell/Modules/cellRec.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdparty/ffmpeg b/3rdparty/ffmpeg index d9f2a87e81..4f8bcb1555 160000 --- a/3rdparty/ffmpeg +++ b/3rdparty/ffmpeg @@ -1 +1 @@ -Subproject commit d9f2a87e8112d1c1217adabb0dc945d8ad2da657 +Subproject commit 4f8bcb1555767522c2b21bfb08e5dcadad99ff62 diff --git a/rpcs3/Emu/Cell/Modules/cellRec.cpp b/rpcs3/Emu/Cell/Modules/cellRec.cpp index f3e4e7ea95..53165ef6a5 100644 --- a/rpcs3/Emu/Cell/Modules/cellRec.cpp +++ b/rpcs3/Emu/Cell/Modules/cellRec.cpp @@ -445,6 +445,7 @@ void rec_info::set_audio_params(s32 audio_format) case CELL_REC_PARAM_AUDIO_FMT_PCM_1536K: audio_codec_id = 65556; // AV_CODEC_ID_PCM_F32BE //audio_codec_id = 65557; // AV_CODEC_ID_PCM_F32LE // TODO: maybe this one? + break; default: audio_codec_id = 86018; // AV_CODEC_ID_AAC break;