psmuxtream: clean non necessary stream type

This commit is contained in:
jadarve 2024-05-03 16:26:41 -05:00
parent a74f01f488
commit 6e47626c2b

View file

@ -67,7 +67,6 @@ enum PsMuxStreamType { /* Table 2-29 in spec */
PSMUX_ST_H222_1 = 0x09,
/* later extensions */
PSMUX_ST_PES_METADATA = 0x15,
PSMUX_ST_AUDIO_AAC = 0x0f,
PSMUX_ST_VIDEO_MPEG4 = 0x10,
PSMUX_ST_VIDEO_H264 = 0x1b,