Re: [FFmpeg-devel] [PATCH] avformat/async: replace strerror with av_err2str

2015-09-06 Thread Michael Niedermayer
On Sun, Sep 06, 2015 at 12:51:54PM +0800, Zhang Rui wrote: > Fixes CID1322337 > --- > libavformat/async.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) applied btw, if you want git write access (to maintain async* and or any other work) then send me your public ssh key th

[FFmpeg-devel] [PATCH] avformat/async: replace strerror with av_err2str

2015-09-05 Thread Zhang Rui
Fixes CID1322337 --- libavformat/async.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libavformat/async.c b/libavformat/async.c index 60ea14c..15355fb 100644 --- a/libavformat/async.c +++ b/libavformat/async.c @@ -170,7 +170,7 @@ static int async_open(URLContext