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

2017-04-05 Thread Nicolas George
Le septidi 17 germinal, an CCXXV, Steven Liu a écrit : > This patch just remove the rename operation base on previous patch. Please hold your horses! Regards, -- Nicolas George ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpe

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

2017-04-05 Thread Steven Liu
2017-04-06 1:39 GMT+08:00 Steven Liu : > Use AVBprint to implement av_strreplace > add av_strreplace test case TEST_STRREPLACE > > Signed-off-by: Steven Liu > --- > libavutil/avstring.c | 74 +++--- > > libavutil/tests/avstring.c | 16 ++ >