Re: [FFmpeg-devel] [PATCH] avformat/async: fix integer conversion warning

2015-09-07 Thread Michael Niedermayer
On Mon, Sep 07, 2015 at 02:54:49PM +0800, Zhang Rui wrote: > --- > libavformat/async.c | 21 +++-- > 1 file changed, 11 insertions(+), 10 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB DNS cache poisoning attacks, p

[FFmpeg-devel] [PATCH] avformat/async: fix integer conversion warning

2015-09-06 Thread Zhang Rui
--- libavformat/async.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/libavformat/async.c b/libavformat/async.c index 15355fb..003212d 100644 --- a/libavformat/async.c +++ b/libavformat/async.c @@ -50,7 +50,7 @@ typedef struct Context { URLContext