Re: [FFmpeg-devel] [PATCH 6/6] avformat: deprecate AVFormatContext filename field

2018-01-01 Thread Michael Niedermayer
On Sat, Dec 30, 2017 at 10:16:06PM +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > doc/APIchanges | 4 > libavformat/avformat.h | 5 + > libavformat/mux.c | 10 ++ > libavformat/utils.c| 8 > libavformat/version.h

Re: [FFmpeg-devel] [PATCH 6/6] avformat: deprecate AVFormatContext filename field

2017-12-30 Thread James Almer
On 12/30/2017 6:16 PM, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > doc/APIchanges | 4 > libavformat/avformat.h | 5 + > libavformat/mux.c | 10 ++ > libavformat/utils.c| 8 > libavformat/version.h | 5 - > 5

[FFmpeg-devel] [PATCH 6/6] avformat: deprecate AVFormatContext filename field

2017-12-30 Thread Marton Balint
Signed-off-by: Marton Balint --- doc/APIchanges | 4 libavformat/avformat.h | 5 + libavformat/mux.c | 10 ++ libavformat/utils.c| 8 libavformat/version.h | 5 - 5 files changed, 31 insertions(+), 1 deletion(-) diff --git