Skip to content

Commit 5089f00

Browse files
committed
Update CMakeLists link & Headers
Signed-off-by: Isaac Marovitz <[email protected]>
1 parent d6feb2a commit 5089f00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ execute_process(
4343
set(FFMPEG_ZIP_PATH "${CMAKE_BINARY_DIR}/external/ffmpeg-${FFMPEG_GIT_SHA}.zip")
4444
if(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)

include/libavcodec/codec_id.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)