use element stream type 3 for mpeg2audio
This commit is contained in:
parent
98a88a7e63
commit
ac083afb9a
1 changed files with 1 additions and 1 deletions
2
psi.c
2
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue