Files
FFmpeg/libavcodec
Andreas Rheinhardt ce6af2df61 avcodec/pcm-blurayenc: Don't presume every channel layout to be native
The pcm_bluray encoder has AVCodec.ch_layouts set, so that
ff_encode_preinit() checks that the channel layout in use
is equivalent to one of the layouts from AVCodec.ch_layouts.
Yet equivalent is not the same as identical; in particular,
custom layouts equivalent to native layouts are possible
(and necessary if one wants to use the name/opaque fields
with an ordinary channel layout), so one must not simply
use AVChannelLayout.u.mask. Use av_channel_layout_subset()
instead.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-09-22 01:05:59 +02:00
..
2022-09-17 10:32:16 +02:00
2022-08-28 12:56:26 +02:00
2022-09-16 10:02:19 +02:00
2022-02-07 00:31:23 +01:00
2022-08-31 16:25:31 +02:00
2022-03-18 19:56:50 +01:00
2022-06-24 15:37:23 +08:00
2022-06-24 15:37:23 +08:00
2022-09-16 10:02:19 +02:00
2022-09-16 10:02:19 +02:00
2022-09-07 00:07:45 +02:00
2022-09-07 00:07:45 +02:00
2022-02-24 12:56:49 +01:00
2022-07-30 11:42:06 +02:00
2022-07-30 11:42:06 +02:00
2022-01-26 15:30:28 +01:00
2022-06-25 09:05:58 +08:00
2022-09-17 10:15:01 +02:00
2022-09-16 10:02:19 +02:00
2022-03-15 09:42:43 -03:00
2022-03-15 09:42:43 -03:00
2022-02-18 20:11:06 +01:00
2022-02-18 20:11:06 +01:00
2022-02-07 00:31:23 +01:00
2022-03-16 14:04:35 +02:00
2022-09-17 10:15:01 +02:00
2022-09-16 21:30:57 +02:00
2022-04-10 20:12:23 +02:00
2022-06-25 09:05:58 +08:00
2022-09-16 10:02:19 +02:00
2022-03-15 09:42:45 -03:00
2022-09-07 00:07:45 +02:00
2022-09-17 10:15:01 +02:00