Skip to content

Commit

Permalink
add "dash" brand and update reference URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jnahmias authored and wez committed Jul 15, 2021
1 parent d72ccf0 commit e25cd83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parsley.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1217,12 +1217,13 @@ void APar_IdentifyBrand(char *file_brand) {
psp_brand = true;
break;
case 0x4D344120: //'M4A ' -- these are all listed at
// http://www.mp4ra.org/filetype.html as registered brands
// https://mp4ra.org/#/brands as registered brands
case 0x4D344220: //'M4B '
case 0x4D345020: //'M4P '
case 0x4D345620: //'M4V '
case 0x4D345648: //'MV4H'
case 0x4D345650: //'M4VP'
case 0x64617368: //'dash'
case 0x66347620: //'f4v'
case 0x6D703432: //'mp42'
case 0x6D703431: //'mp41'
Expand Down

0 comments on commit e25cd83

Please sign in to comment.