diff options
author | James Almer <jamrial@gmail.com> | 2024-05-16 11:55:00 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-05-18 11:33:46 -0300 |
commit | 415dfa89e29686786085c207fdebcf2c97883a33 (patch) | |
tree | f4bf831d9d2ad8ede944831324d77427b16f8560 /tests | |
parent | 8c21f1e3b71ab6f82c8127a3a0b0b10d13c91caf (diff) | |
download | ffmpeg-415dfa89e29686786085c207fdebcf2c97883a33.tar.gz |
avformat/vvc: fix writing general_constraint_info bytes
The existing implementation was completely broken.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/source | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/fate/source b/tests/ref/fate/source index 7b5f14b4f0..d8d4224145 100644 --- a/tests/ref/fate/source +++ b/tests/ref/fate/source @@ -10,6 +10,7 @@ libavdevice/reverse.c libavfilter/af_arnndn.c libavfilter/file_open.c libavfilter/log2_tab.c +libavformat/bitstream.c libavformat/file_open.c libavformat/golomb_tab.c libavformat/log2_tab.c |