Opened 12 years ago
Closed 8 years ago
#1673 closed defect (fixed)
MPEG2-TS minimum PID value for data packet
Reported by: | Sylvain Laurent | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | mpegts |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
The minimum PID value for data packet is 0x0100 where is should be 0x0010 as specified by the ISO13818-1 §2.4.3.3
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | 0001-Set-min-PID-from-0x0100-to-0x0010-for-data-pkt.patch added |
---|
comment:1 by , 12 years ago
Keywords: | mpegts added; pid removed |
---|---|
Status: | new → open |
comment:2 by , 12 years ago
According to the specification the patch looks good to me.
Can someone confirm this since i'm not expert on the mpegtsenc.c.
Note: the patch must be rebased in order to apply on HEAD.
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Finally applied as 58776ccbdb4d2e5f07d1d0fe12a1529cffe949c0
Note:
See TracTickets
for help on using tickets.
Consider sending patches to ffmpeg-devel, they generally receive more attention there.