On Wed, Apr 08, 2015 at 06:33:19PM +0200, Vittorio Giovara wrote: > On Wed, Apr 8, 2015 at 5:10 PM, Diego Biurrun <[email protected]> wrote: > > @@ -914,5 +1620,5 @@ AVCodec ff_g2m_decoder = { > > .init = g2m_decode_init, > > .close = g2m_decode_end, > > .decode = g2m_decode_frame, > > - .capabilities = CODEC_CAP_DR1, > > + .capabilities = CODEC_CAP_DR1 | FF_CODEC_CAP_INIT_THREADSAFE, > > }; > > wait, the FF_CODEC_CAP_ are for internal use only and need to be added > to .caps_internal
Fixed locally, thanks. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
