Changes between Initial Version and Version 6 of Ticket #9422
- Timestamp:
- Sep 15, 2021, 1:00:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9422 – Description
initial v6 1 1 Summary of the bug: 2 I have a mpegts sample that a PMT's descriptor overflows resulting in incorrect streams. I wasn't able to connect to the FTP upload.ffmpeg.org server to send this sample. (What should I do?)2 I have a mpegts sample that a PMT's descriptor overflows resulting in incorrect streams. ~~I wasn't able to connect to the FTP upload.ffmpeg.org server to send this sample. (What should I do?)~~ I have attached the sample to this ticket. 3 3 4 4 In that sample, the PMT has a program_info_length of 12 bytes. First, there is a descriptor ID 5, 4 bytes long. Then, it appears like there is an ID 1 descriptor, 15 bytes long. This overflows the program_info_length of 12 bytes. 5 5 6 I have found and fixed the issue in libavformat/mpegts.c, I'll send the patch to ffmpeg-devel mailing list .6 I have found and fixed the issue in libavformat/mpegts.c, I'll send the patch to ffmpeg-devel mailing list: https://ffmpeg.org/pipermail/ffmpeg-devel/2021-September/285355.html 7 7 8 8 How to reproduce:


