Re: [FFmpeg-devel] [PATCH] libavformat/mpeg.c: add support for AAC LATM

2025-02-20 Thread Scott Theisen
On 11/14/24 00:15, Scott Theisen wrote: ISO/IEC 13818-1:2021 Table 2-34 – Stream type assignments defines 0x11 as ISO/IEC 14496-3 Audio with the LATM transport syntax as defined in ISO/IEC 14496-3. This table applies to both Transport Streams and Program Streams. --- libavformat/mpeg.c | 3 +++

[FFmpeg-devel] [PATCH] libavformat/mpeg.c: add support for AAC LATM

2024-11-13 Thread Scott Theisen
ISO/IEC 13818-1:2021 Table 2-34 – Stream type assignments defines 0x11 as ISO/IEC 14496-3 Audio with the LATM transport syntax as defined in ISO/IEC 14496-3. This table applies to both Transport Streams and Program Streams. --- libavformat/mpeg.c | 3 +++ libavformat/mpeg.h | 1 + 2 files changed