From ac083afb9a146554ba00c2df97004da5e8c102c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 8 Jan 2008 12:53:21 +0000 Subject: [PATCH] use element stream type 3 for mpeg2audio --- psi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psi.c b/psi.c index 41a90849..432a2f04 100644 --- a/psi.c +++ b/psi.c @@ -343,7 +343,7 @@ psi_build_pmt(th_muxer_t *tm, uint8_t *buf0, int maxlen) break; case HTSTV_MPEG2AUDIO: - c = 0x04; + c = 0x03; break; case HTSTV_H264: