diff options
author | Felicia Lim <flim@google.com> | 2024-07-09 15:23:43 -0700 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-07-18 23:27:20 -0300 |
commit | 180c869faf96dbf1396fa3aba43b7488f9a7090b (patch) | |
tree | ba310d9bd6cfbc21252b8d97392733937aa525a2 /tests/ref/fate/mov-mp4-iamf-stereo | |
parent | 3de65f47e0cd4c971cc78901c213210e6ba26abd (diff) | |
download | ffmpeg-180c869faf96dbf1396fa3aba43b7488f9a7090b.tar.gz |
avformat/movenc: fix channel count and samplerate fields for IAMF tracks
Clause 6.2.3 of IAMF[1] states both of these shall be set to 0.
[1]https://aomediacodec.github.io/iamf/v1.0.0-errata.html#iasampleentry-section
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/mov-mp4-iamf-stereo')
-rw-r--r-- | tests/ref/fate/mov-mp4-iamf-stereo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/mov-mp4-iamf-stereo b/tests/ref/fate/mov-mp4-iamf-stereo index 32027e6daf..e40d164fc4 100644 --- a/tests/ref/fate/mov-mp4-iamf-stereo +++ b/tests/ref/fate/mov-mp4-iamf-stereo @@ -1,4 +1,4 @@ -88c2b547f069f2d4a11d24f7f922251a *tests/data/fate/mov-mp4-iamf-stereo.mp4 +87c17d1a9fd07e16c369d386d39c3249 *tests/data/fate/mov-mp4-iamf-stereo.mp4 15163 tests/data/fate/mov-mp4-iamf-stereo.mp4 #extradata 0: 34, 0xafa70d5e #tb 0: 1/44100 |