Re: [FFmpeg-devel] [PATCH] libavformat/mpegts.c: add support for ATSC E-AC-3 streams

2024-11-20 Thread Marton Balint
On Wed, 20 Nov 2024, Marth64 wrote: This looks correct. I can’t find a broadcast to test unfortunately. Will wait a few days in case anyone has an objection to assigning 0x87 for this. Looks good to me as well, applied! Thanks, Marton ___ ffmpeg-d

Re: [FFmpeg-devel] [PATCH] libavformat/mpegts.c: add support for ATSC E-AC-3 streams

2024-11-20 Thread Marth64
This looks correct. I can’t find a broadcast to test unfortunately. Will wait a few days in case anyone has an objection to assigning 0x87 for this. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

[FFmpeg-devel] [PATCH] libavformat/mpegts.c: add support for ATSC E-AC-3 streams

2024-11-14 Thread Scott Theisen
ATSC A/52:2018 Digital Audio Compression (AC-3, E-AC-3), Annex G defines stream_type 0x87 for E-AC-3 bit streams. --- libavformat/mpegts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 78ab7f7efe..177e610e53 100644 --- a/libavformat/mpegts.c