Re: [FFmpeg-devel] [PATCH] avformat/avio: remove must_flush from AVIOContext

2017-11-20 Thread Marton Balint
On Sun, 19 Nov 2017, Marton Balint wrote: On Wed, 15 Nov 2017, Marton Balint wrote: On Wed, 15 Nov 2017, Nicolas George wrote: Le quintidi 25 brumaire, an CCXXVI, Marton Balint a écrit : It is unused. Signed-off-by: Marton Balint --- libavformat/avio.h | 1 - 1 file

Re: [FFmpeg-devel] [PATCH] avformat/avio: remove must_flush from AVIOContext

2017-11-19 Thread Marton Balint
On Wed, 15 Nov 2017, Marton Balint wrote: On Wed, 15 Nov 2017, Nicolas George wrote: Le quintidi 25 brumaire, an CCXXVI, Marton Balint a écrit : It is unused. Signed-off-by: Marton Balint --- libavformat/avio.h | 1 - 1 file changed, 1 deletion(-) Breaks ABI by moving

Re: [FFmpeg-devel] [PATCH] avformat/avio: remove must_flush from AVIOContext

2017-11-15 Thread Marton Balint
On Wed, 15 Nov 2017, Nicolas George wrote: Le quintidi 25 brumaire, an CCXXVI, Marton Balint a écrit : It is unused. Signed-off-by: Marton Balint --- libavformat/avio.h | 1 - 1 file changed, 1 deletion(-) Breaks ABI by moving all the fields below. We are still in

Re: [FFmpeg-devel] [PATCH] avformat/avio: remove must_flush from AVIOContext

2017-11-15 Thread Nicolas George
Le quintidi 25 brumaire, an CCXXVI, Marton Balint a écrit : > It is unused. > > Signed-off-by: Marton Balint > --- > libavformat/avio.h | 1 - > 1 file changed, 1 deletion(-) Breaks ABI by moving all the fields below. Regards, -- Nicolas George signature.asc Description:

[FFmpeg-devel] [PATCH] avformat/avio: remove must_flush from AVIOContext

2017-11-15 Thread Marton Balint
It is unused. Signed-off-by: Marton Balint --- libavformat/avio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/avio.h b/libavformat/avio.h index 76ff7cd81e..75912ce6be 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -236,7 +236,6 @@ typedef struct