Changes between Initial Version and Version 6 of Ticket #9422


Ignore:
Timestamp:
Sep 15, 2021, 1:00:59 PM (5 years ago)
Author:
Nicolás Jorge Dato
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9422 – Description

    initial v6  
    11Summary 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?)
     2I 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.
    33
    44In 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.
    55
    6 I have found and fixed the issue in libavformat/mpegts.c, I'll send the patch to ffmpeg-devel mailing list.
     6I 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
    77
    88How to reproduce: