]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Detect stream type 17 as AAC
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Dec 2009 19:30:18 +0000 (19:30 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 9 Dec 2009 19:30:18 +0000 (19:30 +0000)
src/psi.c

index 10805524c027dd0a31f083eee5fe1da67d95412d..984ff02df99600eda573a56e5690e4f0a0ede5b2 100644 (file)
--- a/src/psi.c
+++ b/src/psi.c
@@ -360,6 +360,10 @@ psi_parse_pmt(th_transport_t *t, const uint8_t *ptr, int len, int chksvcid,
       hts_stream_type = SCT_MPEG2AUDIO;
       break;
 
+    case 0x11:
+      hts_stream_type = SCT_AAC;
+      break;
+
     case 0x1b:
       hts_stream_type = SCT_H264;
       break;