X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=51120a5a389132728551f095007cb95e3edf4775;hp=1a8e1eb04f98265103b1f2c7d229e940fc2b3a4f;hb=40494a85189aa320e84bcf9fc9c270289acb5c05;hpb=9559c2c8fa6591e52cf582fd94c8897a4c4c1de1 diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 1a8e1eb..51120a5 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -203,6 +203,7 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(video; "apple-video", "Apple video"), desc!(video; "sorenson-video", "Sorenson Video"), desc!(video; "sorenson-video3", "Sorenson Video 3", CODEC_CAP_REORDER), + desc!(audio-ll; "alac", "Apple Lossless Audio Codec"), desc!(audio; "mace-3", "MACE 3:1"), desc!(audio; "mace-6", "MACE 6:1"), desc!(audio; "ima-adpcm-qt", "IMA ADPCM (Apple variant)"), @@ -378,6 +379,8 @@ static MOV_AUDIO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ //(b".mp3", "mpeg-layer3"), (b"mp4a", "aac"), + + (b"alac", "alac"), ]; /// Returns video codec short name for provided FOURCC (used in AVI format).