mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Alow AAC audio codec data in matroska/webm streams.
Allow CRC32 elements in matroska cluster elements.
This commit is contained in:
parent
d2baf53a14
commit
3dfc953945
4 changed files with 28 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue