Skip to content

Commit db7fdbe

Browse files
authored
Merge pull request #129 from MPEGGroup/mp4ra-api-fix
Fix the MP4RA API url
2 parents a89274c + 42f23d9 commit db7fdbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from .unique_logger import logger
88

9-
MP4RA_BOXES_URL = "https://mp4ra.org/boxes.json"
9+
MP4RA_BOXES_URL = "https://mp4ra.org/api/boxes"
1010
DOCUMENT_STATUS_URL = (
1111
"https://github.com/MPEGGroup/FileFormat/blob/master/DocumentStatus.md"
1212
)

0 commit comments

Comments
 (0)