Re: [FFmpeg-devel] [PATCH 2/3] lavf/vividas: free the PB when get EOF

2019-11-28 Thread Andriy Gelman
On Thu, 28. Nov 21:40, Jun Zhao wrote: > From: Jun Zhao > > free the PB when get EOF. > > Signed-off-by: Jun Zhao > --- > libavformat/vividas.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/libavformat/vividas.c b/libavformat/vividas.c > index 16642c0..f354d

[FFmpeg-devel] [PATCH 2/3] lavf/vividas: free the PB when get EOF

2019-11-28 Thread Jun Zhao
From: Jun Zhao free the PB when get EOF. Signed-off-by: Jun Zhao --- libavformat/vividas.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/libavformat/vividas.c b/libavformat/vividas.c index 16642c0..f354d7d 100644 --- a/libavformat/vividas.c +++ b/libavformat/vivid