diff options
author | James Almer <jamrial@gmail.com> | 2024-02-29 14:41:21 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-03-04 21:14:05 -0300 |
commit | 56d630e6c2ae3033a124133c42308b5edbd0fc98 (patch) | |
tree | 34689231795bfa8d198b5a8558d26187028fa74c /tests/ref/fate/mov-mp4-iamf-ambisonic_1 | |
parent | 97e1480c8cb8a7e94f89589b58d3246e578a976b (diff) | |
download | ffmpeg-56d630e6c2ae3033a124133c42308b5edbd0fc98.tar.gz |
avformat/iamf_writer: update extradata from packet side data
Some encoders, like flac, propagate updated extradata at the end of encoding
as packet side data. Use it to update the relevant codec_config.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/mov-mp4-iamf-ambisonic_1')
-rw-r--r-- | tests/ref/fate/mov-mp4-iamf-ambisonic_1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/ref/fate/mov-mp4-iamf-ambisonic_1 b/tests/ref/fate/mov-mp4-iamf-ambisonic_1 index c4af88ce10..30c8edb14c 100644 --- a/tests/ref/fate/mov-mp4-iamf-ambisonic_1 +++ b/tests/ref/fate/mov-mp4-iamf-ambisonic_1 @@ -1,9 +1,9 @@ -fa740a4e2b84453c4e84908190094e28 *tests/data/fate/mov-mp4-iamf-ambisonic_1.mp4 +2b3517591f7bf20e0f74f3ec1381af1e *tests/data/fate/mov-mp4-iamf-ambisonic_1.mp4 57743 tests/data/fate/mov-mp4-iamf-ambisonic_1.mp4 -#extradata 0: 34, 0x3615025b -#extradata 1: 34, 0x3615025b -#extradata 2: 34, 0x3615025b -#extradata 3: 34, 0x3615025b +#extradata 0: 34, 0xad120cfe +#extradata 1: 34, 0xad120cfe +#extradata 2: 34, 0xad120cfe +#extradata 3: 34, 0xad120cfe #tb 0: 1/44100 #media_type 0: audio #codec_id 0: flac |