Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Don't segfault on uncommon names

2020-05-17 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Andreas Rheinhardt: >> The parsing process of the AVOpt-enabled string controlling the mapping >> of input streams to variant streams is roughly as follows: Space and tab >> separate variant stream group maps while the entries in each variant >> stream group map are separated

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Don't segfault on uncommon names

2020-05-15 Thread Andreas Rheinhardt
Andreas Rheinhardt: > The parsing process of the AVOpt-enabled string controlling the mapping > of input streams to variant streams is roughly as follows: Space and tab > separate variant stream group maps while the entries in each variant > stream group map are separated by ','. > > The parsing p

[FFmpeg-devel] [PATCH] avformat/hlsenc: Don't segfault on uncommon names

2020-05-06 Thread Andreas Rheinhardt
The parsing process of the AVOpt-enabled string controlling the mapping of input streams to variant streams is roughly as follows: Space and tab separate variant stream group maps while the entries in each variant stream group map are separated by ','. The parsing process of each variant stream gr