Re: [FFmpeg-devel] [PATCH] lavc/vorbisdec: Allow avcodec_open2 to call .close

2018-03-07 Thread Michael Niedermayer
On Mon, Mar 05, 2018 at 04:43:56PM -0800, Matthew Wolenetz wrote: > > vorbisdec.c |1 + > 1 file changed, 1 insertion(+) > ade25a35093139e9555c2a6563e950e31c150697 > 0001-lavc-vorbisdec-Allow-avcodec_open2-to-call-.close.patch > From 7471c1d223b860c13793abfd93174d1557f77d6f Mon Sep 17 00:0

[FFmpeg-devel] [PATCH] lavc/vorbisdec: Allow avcodec_open2 to call .close

2018-03-05 Thread Matthew Wolenetz
From 7471c1d223b860c13793abfd93174d1557f77d6f Mon Sep 17 00:00:00 2001 From: Matt Wolenetz Date: Mon, 5 Mar 2018 15:59:18 -0800 Subject: [PATCH] lavc/vorbisdec: Allow avcodec_open2 to call .close If there is a decoder initialization failure detected in avcodec_open2 after .init is called, allow