Skip to content

Commit e25cd83

Browse files
jnahmiaswez
authored andcommitted
add "dash" brand and update reference URL
1 parent d72ccf0 commit e25cd83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/parsley.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,12 +1217,13 @@ void APar_IdentifyBrand(char *file_brand) {
12171217
psp_brand = true;
12181218
break;
12191219
case 0x4D344120: //'M4A ' -- these are all listed at
1220-
// http://www.mp4ra.org/filetype.html as registered brands
1220+
// https://mp4ra.org/#/brands as registered brands
12211221
case 0x4D344220: //'M4B '
12221222
case 0x4D345020: //'M4P '
12231223
case 0x4D345620: //'M4V '
12241224
case 0x4D345648: //'MV4H'
12251225
case 0x4D345650: //'M4VP'
1226+
case 0x64617368: //'dash'
12261227
case 0x66347620: //'f4v'
12271228
case 0x6D703432: //'mp42'
12281229
case 0x6D703431: //'mp41'

0 commit comments

Comments
 (0)