Re: [FFmpeg-devel] [PATCHv2 3/3] avformat/avio: remove 4k limit from avio_printf

2019-08-14 Thread Paul B Mahol
LGTM On Sat, Aug 10, 2019 at 10:56 PM Marton Balint wrote: > We do this by switching to AVBPrint. > > v2: Also set IO context error flag in case of ENOMEM. > > Signed-off-by: Marton Balint > --- > doc/APIchanges| 3 +++ > libavformat/avio.h| 5 - > libavformat/aviobuf.c | 16

[FFmpeg-devel] [PATCHv2 3/3] avformat/avio: remove 4k limit from avio_printf

2019-08-10 Thread Marton Balint
We do this by switching to AVBPrint. v2: Also set IO context error flag in case of ENOMEM. Signed-off-by: Marton Balint --- doc/APIchanges| 3 +++ libavformat/avio.h| 5 - libavformat/aviobuf.c | 16 +++- libavformat/version.h | 2 +- 4 files changed, 19 insertion