Re: [FFmpeg-devel] [PATCH 2/2] dvdsubdec: implement flushing

2015-05-28 Thread Michael Niedermayer
On Thu, May 28, 2015 at 02:16:36PM +0200, wm4 wrote: > This is needed for proper operation with seeking. > --- > libavcodec/dvdsubdec.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I

[FFmpeg-devel] [PATCH 2/2] dvdsubdec: implement flushing

2015-05-28 Thread wm4
This is needed for proper operation with seeking. --- libavcodec/dvdsubdec.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index 5abf014..08a1500 100644 --- a/libavcodec/dvdsubdec.c +++ b/libavcodec/dvdsubdec.c @@ -719,10