Re: [libav-devel] [PATCH] avplay: Do not try to allocate new frames when the player is closing

2017-04-22 Thread Sean McGovern
Hi Luca, On Thu, Apr 20, 2017 at 11:06 AM, Luca Barbato wrote: > On 4/18/17 12:24 AM, Luca Barbato wrote: >> The allocation event can trigger while the decoding thread is already >> closing. >> >> Bug-Id: 1052 >> CC: libav-sta...@libav.org >> --- >> avtools/avplay.c | 15

Re: [libav-devel] [PATCH] avplay: Do not try to allocate new frames when the player is closing

2017-04-20 Thread Luca Barbato
On 4/18/17 12:24 AM, Luca Barbato wrote: > The allocation event can trigger while the decoding thread is already > closing. > > Bug-Id: 1052 > CC: libav-sta...@libav.org > --- > avtools/avplay.c | 15 +-- > 1 file changed, 13 insertions(+), 2 deletions(-) > Ping.

[libav-devel] [PATCH] avplay: Do not try to allocate new frames when the player is closing

2017-04-17 Thread Luca Barbato
The allocation event can trigger while the decoding thread is already closing. Bug-Id: 1052 CC: libav-sta...@libav.org --- avtools/avplay.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/avtools/avplay.c b/avtools/avplay.c index 26279e857d..b6dbc52cf7 100644