From 591edbe928cba45fb1411ad27a91614a0ec0e743 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Thu, 15 Aug 2013 20:02:52 +0200 Subject: [PATCH] support private stream 2 PES --- mpeg/pes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mpeg/pes.h b/mpeg/pes.h index 185c0ff..3a84a7c 100644 --- a/mpeg/pes.h +++ b/mpeg/pes.h @@ -71,9 +71,6 @@ static inline void pes_init(uint8_t *p_pes) p_pes[0] = 0x0; p_pes[1] = 0x0; p_pes[2] = 0x1; - p_pes[6] = 0x80; - p_pes[7] = 0x0; - p_pes[8] = 0x0; } static inline void pes_set_streamid(uint8_t *p_pes, uint8_t i_stream_id)