We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72ccf0 commit e25cd83Copy full SHA for e25cd83
src/parsley.cpp
@@ -1217,12 +1217,13 @@ void APar_IdentifyBrand(char *file_brand) {
1217
psp_brand = true;
1218
break;
1219
case 0x4D344120: //'M4A ' -- these are all listed at
1220
- // http://www.mp4ra.org/filetype.html as registered brands
+ // https://mp4ra.org/#/brands as registered brands
1221
case 0x4D344220: //'M4B '
1222
case 0x4D345020: //'M4P '
1223
case 0x4D345620: //'M4V '
1224
case 0x4D345648: //'MV4H'
1225
case 0x4D345650: //'M4VP'
1226
+ case 0x64617368: //'dash'
1227
case 0x66347620: //'f4v'
1228
case 0x6D703432: //'mp42'
1229
case 0x6D703431: //'mp41'
0 commit comments