diff options
author | Marton Balint <cus@passwd.hu> | 2024-04-01 18:28:21 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2024-04-09 23:14:22 +0200 |
commit | 92e7a9a4d554d9baded1e0c12ccac8ba7ed072a8 (patch) | |
tree | 21921497fb1a4dbb33d8ecf84bb9bfe8993d01ef /tests/ref/fate | |
parent | da0fe26379c8af68a95be413afa2b48c175ecc9d (diff) | |
download | ffmpeg-92e7a9a4d554d9baded1e0c12ccac8ba7ed072a8.tar.gz |
avformat/mov_chan: respect channel order when parsing and creating chnl atom
Previously we always assumed that the channels are in native order, even if
they were not. The new channel layout API allows us to signal the proper
channel order, so let's do so.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/mov-mp4-pcm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/mov-mp4-pcm b/tests/ref/fate/mov-mp4-pcm index 6bae8f800b..19a978df95 100644 --- a/tests/ref/fate/mov-mp4-pcm +++ b/tests/ref/fate/mov-mp4-pcm @@ -1,4 +1,4 @@ -99ad26b4054794e84bd962a1124cdccf *tests/data/fate/mov-mp4-pcm.mp4 +462668dd69e7ce4fde4934d1d5978531 *tests/data/fate/mov-mp4-pcm.mp4 10587977 tests/data/fate/mov-mp4-pcm.mp4 #tb 0: 1/44100 #media_type 0: audio |