[FFmpeg-devel] [PATCH 01/12] avcodec/wmaprodec: get frame during frame decode
Michael Niedermayer
michael at niedermayer.cc
Sat Nov 9 16:14:52 EET 2019
On Thu, Sep 26, 2019 at 09:50:15AM +0200, Paul B Mahol wrote:
> bettter add init cleanup?
Thats not the problem, init does not fail with the testcase
also the cleanup is called for every case init is called
The problem is that ff_get_buffer() during init is not fully supported
Also API says "This callback is called at the beginning of each frame to get data"
so i think the change done by the patch is correct
We could fix the code to make ff_get_buffer() during init work but
i couldnt find another decoder that does this so it seems thats
not worth it
Thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Those who are too smart to engage in politics are punished by being
governed by those who are dumber. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20191109/ba2872f2/attachment.sig>
More information about the ffmpeg-devel
mailing list