Re: [FFmpeg-devel] [PATCH 05/17] avformat/mxfenc: Remove redundant check

2021-11-09 Thread Tomas Härdin
tis 2021-11-09 klockan 19:01 +0100 skrev Andreas Rheinhardt: > None of the muxers here has the AVFMT_NOSTREAMS flag set, > so it is checked generically that there are streams. Didn't know about AVFMT_NOSTREAMS > > Signed-off-by: Andreas Rheinhardt > --- >  libavformat/mxfenc.c | 3 --- >  1 file

[FFmpeg-devel] [PATCH 05/17] avformat/mxfenc: Remove redundant check

2021-11-09 Thread Andreas Rheinhardt
None of the muxers here has the AVFMT_NOSTREAMS flag set, so it is checked generically that there are streams. Signed-off-by: Andreas Rheinhardt --- libavformat/mxfenc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 3b6604d0d6..fd9e2c4c48