use element stream type 3 for mpeg2audio

This commit is contained in:
Andreas Öman 2008-01-08 12:53:21 +00:00
parent 98a88a7e63
commit ac083afb9a

2
psi.c
View file

@ -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: