Re: [FFmpeg-devel] [PATCH 11/18] lavf: move AVStream.pts_buffer to AVStreamInternal

2020-10-09 Thread Michael Niedermayer
On Fri, Oct 09, 2020 at 03:04:23PM +0200, Anton Khirnov wrote: > Those are private fields, no reason to have them exposed in a public > header. > --- > libavformat/avformat.h | 3 +-- > libavformat/internal.h | 4 > libavformat/mux.c | 12 ++-- > libavformat/utils.c| 14 +++

[FFmpeg-devel] [PATCH 11/18] lavf: move AVStream.pts_buffer to AVStreamInternal

2020-10-09 Thread Anton Khirnov
Those are private fields, no reason to have them exposed in a public header. --- libavformat/avformat.h | 3 +-- libavformat/internal.h | 4 libavformat/mux.c | 12 ++-- libavformat/utils.c| 14 +++--- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a