Skip to content

Commit

Permalink
Fix AAC-LC Specific Config in test vectors to obey ISO+IEC-14496-1:20…
Browse files Browse the repository at this point in the history
…10 spec.

  - Resolves both parts A and B in #119 for the test vectors.
    - Part A: Add missing "expandable" size field to both of the `DecoderConfigDescriptor` and `DecoderSpecificInfo`.
    - Part B: Flip `DecoderConfigDescriptor` `reserved` bit to 1.
    - Based on AOMediaCodec/iamf-tools@57324193.
  • Loading branch information
jwcullen committed Aug 14, 2024
1 parent b5f358a commit 67499cb
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/codec_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ message AacDecoderConfig {
optional uint32 object_type_indication = 1 [default = 0x40];
optional uint32 stream_type = 2 [default = 5];
optional bool upstream = 3 [default = false];
optional bool reserved = 4;
optional bool reserved = 4 [default = true]; // As per ISO 14496-1:2010.
optional uint32 buffer_size_db = 5;
optional uint32 max_bitrate = 6;
optional uint32 average_bit_rate = 7;
Expand Down
Binary file modified tests/test_000076.iamf
Binary file not shown.
Binary file modified tests/test_000076_f.mp4
Binary file not shown.
Binary file modified tests/test_000076_s.mp4
Binary file not shown.
Binary file modified tests/test_000090.iamf
Binary file not shown.
Binary file modified tests/test_000090_f.mp4
Binary file not shown.
Binary file modified tests/test_000090_s.mp4
Binary file not shown.
Binary file modified tests/test_000091.iamf
Binary file not shown.
Binary file modified tests/test_000091_f.mp4
Binary file not shown.
Binary file modified tests/test_000091_s.mp4
Binary file not shown.
Binary file modified tests/test_000092.iamf
Binary file not shown.
Binary file modified tests/test_000092_f.mp4
Binary file not shown.
Binary file modified tests/test_000092_s.mp4
Binary file not shown.
Binary file modified tests/test_000093.iamf
Binary file not shown.
Binary file modified tests/test_000093_f.mp4
Binary file not shown.
Binary file modified tests/test_000093_s.mp4
Binary file not shown.
Binary file modified tests/test_000094.iamf
Binary file not shown.
Binary file modified tests/test_000094_f.mp4
Binary file not shown.
Binary file modified tests/test_000094_s.mp4
Binary file not shown.

0 comments on commit 67499cb

Please sign in to comment.