cellRec: add more encoder options

This commit is contained in:
Megamouse
2023-08-13 20:49:42 +02:00
parent 219ee76bf2
commit 0e23b89352
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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;