Re: [FFmpeg-devel] [PATCH] avutil/avstring: improve av_strreplace implement

2017-04-02 Thread Steven Liu
2017-04-02 23:18 GMT+08:00 Nicolas George : > Le tridi 13 germinal, an CCXXV, Steven Liu a écrit : > > I have implementation the av_strreplace use AVBprint, the API context now > > is: > > No need to Cc mo. On the other hand, sending the function itself instead > of the diff makes it easier in thi

Re: [FFmpeg-devel] [PATCH] avutil/avstring: improve av_strreplace implement

2017-04-02 Thread Nicolas George
Le tridi 13 germinal, an CCXXV, Steven Liu a écrit : > I have implementation the av_strreplace use AVBprint, the API context now > is: No need to Cc mo. On the other hand, sending the function itself instead of the diff makes it easier in this case, thanks. Nice. Just one issue: > char *av_strre

Re: [FFmpeg-devel] [PATCH] avutil/avstring: improve av_strreplace implement

2017-04-02 Thread Steven Liu
2017-04-02 22:49 GMT+08:00 Steven Liu : > Use AVBprint to implementing av_strreplace > > Signed-off-by: Steven Liu > --- > libavutil/avstring.c | 74 ++ > -- > 1 file changed, 8 insertions(+), 66 deletions(-) > > diff --git a/libavutil/avstring.c b