Re: [FFmpeg-devel] [PATCH 2/7] avformat/segafilmenc: Postpone check for existence of video stream

2020-01-14 Thread Michael Niedermayer
On Tue, Jan 14, 2020 at 04:13:31AM +0100, Andreas Rheinhardt wrote: > Up until now, the Sega FILM muxer complained if the first stream wasn't a > video stream that there is no video stream at all which is of course > nonsense. So postpone this check. > > Signed-off-by: Andreas Rheinhardt > --- >

[FFmpeg-devel] [PATCH 2/7] avformat/segafilmenc: Postpone check for existence of video stream

2020-01-13 Thread Andreas Rheinhardt
Up until now, the Sega FILM muxer complained if the first stream wasn't a video stream that there is no video stream at all which is of course nonsense. So postpone this check. Signed-off-by: Andreas Rheinhardt --- libavformat/segafilmenc.c | 8 1 file changed, 4 insertions(+), 4