Re: [FFmpeg-devel] [PATCH 1/4] wmavoice: move wmavoice_flush() up.

2016-12-22 Thread Paul B Mahol
On 12/20/16, Ronald S. Bultje wrote: > --- > libavcodec/wmavoice.c | 56 > +-- > 1 file changed, 28 insertions(+), 28 deletions(-) > > diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c > index ceac61f..4b3ab43 100644 > --- a/libavcodec/wmav

[FFmpeg-devel] [PATCH 1/4] wmavoice: move wmavoice_flush() up.

2016-12-20 Thread Ronald S. Bultje
--- libavcodec/wmavoice.c | 56 +-- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index ceac61f..4b3ab43 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -337,6 +337,34