[FFmpeg-devel] [PATCH 24/24] libs: bump major version for all libraries
Michael Niedermayer
michael at niedermayer.cc
Fri Jan 26 20:18:46 EET 2024
On Thu, Jan 25, 2024 at 10:43:47AM -0300, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> doc/APIchanges | 2 +-
> libavcodec/version.h | 2 +-
> libavcodec/version_major.h | 2 +-
> libavdevice/version.h | 2 +-
> libavdevice/version_major.h | 2 +-
> libavfilter/version.h | 2 +-
> libavfilter/version_major.h | 2 +-
> libavformat/version.h | 2 +-
> libavformat/version_major.h | 2 +-
> libavutil/version.h | 6 +++---
> libpostproc/version.h | 2 +-
> libpostproc/version_major.h | 2 +-
> libswresample/version.h | 2 +-
> libswresample/version_major.h | 2 +-
> libswscale/version.h | 2 +-
> libswscale/version_major.h | 2 +-
> 16 files changed, 18 insertions(+), 18 deletions(-)
breaks fate here:
TEST filter-formats
--- ./tests/ref/fate/filter-formats 2024-01-26 01:29:14.807206331 +0100
+++ tests/data/fate/filter-formats 2024-01-26 19:16:02.846589727 +0100
@@ -82,7 +82,7 @@
0 = ff_parse_channel_layout(0000000000000000, 65, 65C);
0 = ff_parse_channel_layout(000000000000003F, 6, 5.1);
0 = ff_parse_channel_layout(0000000000000003, 2, stereo);
-0 = ff_parse_channel_layout(0000000000000001, 1, 1+1+1+1);
-0 = ff_parse_channel_layout(0000000000000004, 1, 1c+1c+1c+1c);
-0 = ff_parse_channel_layout(0000000000000007, 3, 2c+1c);
+-1 = ff_parse_channel_layout(0000000000000000, -1, 1+1+1+1);
+-1 = ff_parse_channel_layout(0000000000000000, -1, 1c+1c+1c+1c);
+-1 = ff_parse_channel_layout(0000000000000000, -1, 2c+1c);
0 = ff_parse_channel_layout(0000000000000003, 2, 0x3);
Test filter-formats failed. Look at tests/data/fate/filter-formats.err for details.
tests/Makefile:318: recipe for target 'fate-filter-formats' failed
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you fake or manipulate statistics in a paper in physics you will never
get a job again.
If you fake or manipulate statistics in a paper in medicin you will get
a job for life at the pharma industry.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20240126/6f80924b/attachment.sig>
More information about the ffmpeg-devel
mailing list