Alow AAC audio codec data in matroska/webm streams.

Allow CRC32 elements in matroska cluster elements.
This commit is contained in:
Jeroen Vreeken 2019-07-18 11:00:46 +02:00 • committed by Roy Tam
commit 3dfc953945
4 changed files with 28 additions and 2 deletions

View file

@ -73,6 +73,7 @@ extern "C" {
#define NESTEGG_CODEC_OPUS 3 /**< Track uses Xiph Opus codec. */
#define NESTEGG_CODEC_AV1 4 /**< Track uses AOMedia AV1 codec. */
#define NESTEGG_CODEC_AVC1 5 /**< Track uses AVC1 'h264' */
#define NESTEGG_CODEC_AAC 6 /**< Track uses AAC 'mp4a' */
#define NESTEGG_CODEC_UNKNOWN INT_MAX /**< Track uses unknown codec. */
#define NESTEGG_VIDEO_MONO 0 /**< Track is mono video. */