diff options
author | James Almer <jamrial@gmail.com> | 2023-07-17 19:54:35 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-10-06 10:11:19 -0300 |
commit | d372c2f3d3ac4f45cc40f6eb353de294d2ddd90f (patch) | |
tree | 9a52bc9aa3eed1ff0542eae65077c4d8eedb6672 /tests/ref/fate/copy-trac3074 | |
parent | ae22271620df90567ba276832b33607d64e9ba9c (diff) | |
download | ffmpeg-d372c2f3d3ac4f45cc40f6eb353de294d2ddd90f.tar.gz |
fftools/ffmpeg: stop injecting stream side data in packets
This is no longer needed as the side data is available for decoders in the
AVCodecContext.
The tests affected reflect the removal of useless CPB and Stereo 3D side
data in packets.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/ref/fate/copy-trac3074')
-rw-r--r-- | tests/ref/fate/copy-trac3074 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/copy-trac3074 b/tests/ref/fate/copy-trac3074 index b6d23f8c1c..53ba27e920 100644 --- a/tests/ref/fate/copy-trac3074 +++ b/tests/ref/fate/copy-trac3074 @@ -5,7 +5,7 @@ #codec_id 0: eac3 #sample_rate 0: 48000 #channel_layout_name 0: stereo -0, 0, 0, 1536, 512, 0x2beaf79f, S=1, 4 +0, 0, 0, 1536, 512, 0x2beaf79f 0, 1536, 1536, 1536, 512, 0x29ddf9d6 0, 3072, 3072, 1536, 512, 0xba0afa79 0, 4608, 4608, 1536, 512, 0xe019f394 |