Re: [FFmpeg-devel] [PATCH 1/5] lavu/bprint: add XML escaping

2015-07-17 Thread Clément Bœsch
On Thu, Jul 16, 2015 at 09:04:39PM -0500, Rodger Combs wrote: > --- > libavutil/avstring.h | 7 +++ > libavutil/bprint.c | 30 ++ > 2 files changed, 37 insertions(+) > Does this need to be public? Can't you keep this private in lavc for now instead? Or at worse

Re: [FFmpeg-devel] [PATCH 1/5] lavu/bprint: add XML escaping

2015-07-17 Thread Nicolas George
L'octidi 28 messidor, an CCXXIII, Rodger Combs a écrit : > --- > libavutil/avstring.h | 7 +++ > libavutil/bprint.c | 30 ++ > 2 files changed, 37 insertions(+) > > diff --git a/libavutil/avstring.h b/libavutil/avstring.h > index 466edaf..4d809d9 100644 > --- a/