On Sat, Dec 23, 2017 at 13:42:51 +0800, mi...@brew.sh wrote:
> --- a/Changelog
> +++ b/Changelog
> @@ -27,6 +27,7 @@ version :
> - video setrange filter
> - nsp demuxer
> - support LibreSSL (via libtls)
> +- Move some OMA constants from libavformat into libavcodec
I believe such an internal cha
From: Misty De Meo
Most of the constants in libavcodec/oma aren't specific to
libavformat; moving them into libavcodec makes them available to
libavcodec as well as keeping them compatible with libavformat.
ff_oma_codec_tags uses a libavformat-specific type, so it has been
left in libavformat.
-