Re: [FFmpeg-devel] [PATCH 1/3] avformat: Add av_program_add_stream_index()

2015-12-11 Thread Michael Niedermayer
On Thu, Dec 10, 2015 at 09:54:02PM +0100, Michael Niedermayer wrote: > From: Michael Niedermayer > > This will be used by the subsequent commit(s) > > Signed-off-by: Michael Niedermayer > --- > doc/APIchanges |3 +++ > libavformat/avformat.h |2 ++ > libavformat/hls.c |

[FFmpeg-devel] [PATCH 1/3] avformat: Add av_program_add_stream_index()

2015-12-10 Thread Michael Niedermayer
From: Michael Niedermayer This will be used by the subsequent commit(s) Signed-off-by: Michael Niedermayer --- doc/APIchanges |3 +++ libavformat/avformat.h |2 ++ libavformat/hls.c |2 +- libavformat/internal.h |2 -- libavformat/mpegts.c |4 ++-- libavforma