File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ execute_process(
4343set (FFMPEG_ZIP_PATH "${CMAKE_BINARY_DIR} /external/ffmpeg-${FFMPEG_GIT_SHA} .zip" )
4444if (NOT EXISTS "${FFMPEG_ZIP_PATH} " )
4545 message (STATUS "Downloading FFMPEG prebuilts..." )
46- file (DOWNLOAD https://github.com/shadps4-emu/ ext - ffmpeg-core/releases/download/${FFMPEG_GIT_SHA} /${FFMPEG_PREBUILTS_NAME}
46+ file (DOWNLOAD https://github.com/IsaacMarovitz/ ffmpeg-core/releases/download/${FFMPEG_GIT_SHA} /${FFMPEG_PREBUILTS_NAME}
4747 "${FFMPEG_ZIP_PATH} " SHOW_PROGRESS
4848 STATUS FILE_STATUS)
4949 list (GET FILE_STATUS 0 STATUS_CODE)
Original file line number Diff line number Diff line change @@ -518,6 +518,7 @@ enum AVCodecID {
518518 AV_CODEC_ID_INTERPLAY_ACM ,
519519 AV_CODEC_ID_XMA1 ,
520520 AV_CODEC_ID_XMA2 ,
521+ AV_CODEC_ID_XMAFRAMES ,
521522 AV_CODEC_ID_DST ,
522523 AV_CODEC_ID_ATRAC3AL ,
523524 AV_CODEC_ID_ATRAC3PAL ,
You can’t perform that action at this time.
0 commit comments