Re: [FFmpeg-devel] [PATCH 1/3] avformat/iamfenc: Remove always-false check

2024-03-19 Thread James Almer
On 3/19/2024 12:29 AM, Andreas Rheinhardt wrote: This muxer does not have the AVFMT_NOSTREAMS flag; therefore it is checked generically that there is at least a stream. Signed-off-by: Andreas Rheinhardt --- libavformat/iamfenc.c | 5 - 1 file changed, 5 deletions(-) diff --git

[FFmpeg-devel] [PATCH 1/3] avformat/iamfenc: Remove always-false check

2024-03-18 Thread Andreas Rheinhardt
This muxer does not have the AVFMT_NOSTREAMS flag; therefore it is checked generically that there is at least a stream. Signed-off-by: Andreas Rheinhardt --- libavformat/iamfenc.c | 5 - 1 file changed, 5 deletions(-) diff --git a/libavformat/iamfenc.c b/libavformat/iamfenc.c index