Re: [FFmpeg-devel] [PATCH] avformat/matroska: add support for VVC streams

2025-01-11 Thread Nuo Mi
On Sat, Jan 11, 2025 at 11:49 PM James Almer wrote: > As defined in > https://github.com/ietf-wg-cellar/matroska-specification/blob/master/codec_specs.md#v_mpegiisovvc > > Signed-off-by: James Almer > --- > libavformat/matroska.c| 1 + > libavformat/matroskaenc.c | 10 -- > 2 files

[FFmpeg-devel] [PATCH] avformat/matroska: add support for VVC streams

2025-01-11 Thread James Almer
As defined in https://github.com/ietf-wg-cellar/matroska-specification/blob/master/codec_specs.md#v_mpegiisovvc Signed-off-by: James Almer --- libavformat/matroska.c| 1 + libavformat/matroskaenc.c | 10 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/libavformat/