diff options
author | James Almer <jamrial@gmail.com> | 2021-04-15 00:35:57 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-16 11:08:40 -0300 |
commit | 03e767790cac0daa10edd72fb6870bf74f79bf6a (patch) | |
tree | e3e853a77fd46fe5f9ac641a14e443c4c20dbb1b /tests | |
parent | c1fd4033dca192d709ff01203aa833256df5b70f (diff) | |
download | ffmpeg-03e767790cac0daa10edd72fb6870bf74f79bf6a.tar.gz |
avformat/mpegts: set correct extradata size for Opus streams
map_type 0 is always 19 bytes, whereas map_type 1 and 255 are 21 + channel
count bytes.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/ts-opus-demux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/ts-opus-demux b/tests/ref/fate/ts-opus-demux index 37534350a1..f5c423389b 100644 --- a/tests/ref/fate/ts-opus-demux +++ b/tests/ref/fate/ts-opus-demux @@ -1,4 +1,4 @@ -#extradata 0: 30, 0x69290482 +#extradata 0: 29, 0x64a70482 #tb 0: 1/90000 #media_type 0: audio #codec_id 0: opus |