Re: [FFmpeg-devel] [PATCH] avutil/bprint: make header work with C++, simplify

2014-11-24 Thread Reimar Döffinger
On 24.11.2014, at 15:27, Nicolas George wrote: > Le quartidi 4 frimaire, an CCXXIII, wm4 a écrit : >> This change should be ABI-compatible. Since the size of the useable >> internal buffer was actually different on 32 bit and 64 bit, so the code >> contains a somewhat ugly kludge to maintain ABI-c

Re: [FFmpeg-devel] [PATCH] avutil/bprint: make header work with C++, simplify

2014-11-24 Thread Nicolas George
Le quartidi 4 frimaire, an CCXXIII, wm4 a écrit : > This change should be ABI-compatible. Since the size of the useable > internal buffer was actually different on 32 bit and 64 bit, so the code > contains a somewhat ugly kludge to maintain ABI-compatibility. It can be > removed on the next ABI-bum

[FFmpeg-devel] [PATCH] avutil/bprint: make header work with C++, simplify

2014-11-24 Thread wm4
This change should be ABI-compatible. Since the size of the useable internal buffer was actually different on 32 bit and 64 bit, so the code contains a somewhat ugly kludge to maintain ABI-compatibility. It can be removed on the next ABI-bump. --- Note that there are the following (and IMO sufficie