Re: [FFmpeg-devel] [PATCH v2] avformat/format: make experimental flag works for muxer

2025-06-07 Thread Jack Lau
> On Jun 6, 2025, at 12:44, Zhao Zhili > wrote: > > From: Zhao Zhili > > --- > libavformat/avformat.h | 3 +-- > libavformat/format.c | 2 ++ > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index 2034d2aecc..441e31bc2f 10

[FFmpeg-devel] [PATCH v2] avformat/format: make experimental flag works for muxer

2025-06-05 Thread Zhao Zhili
From: Zhao Zhili --- libavformat/avformat.h | 3 +-- libavformat/format.c | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 2034d2aecc..441e31bc2f 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -470