On Wed, 2 Oct 2013, Diego Biurrun wrote:
On Wed, Oct 02, 2013 at 03:39:10PM +0200, Vittorio Giovara wrote:--- a/libavformat/oggdec.c +++ b/libavformat/oggdec.c @@ -46,6 +46,7 @@ static const struct ogg_codec * const ogg_codecs[] = { &ff_theora_codec, &ff_flac_codec, &ff_celt_codec, + &ff_opus_codec, &ff_old_dirac_codec, &ff_old_flac_codec, &ff_ogm_video_codec,Do we care about ABI compatibility in such arrays?
In a private, internal array within one specific demuxer? What does that have to do with the ABI of anything?
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
