From: Carl-Eugen Hoyos <[email protected]>
Signed-off-by: Alex Converse <[email protected]>
---
libavformat/mpegts.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index fb0c416..e595d26 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -541,6 +541,7 @@ static const StreamType HDMV_types[] = {
/* ATSC ? */
static const StreamType MISC_types[] = {
{ 0x81, AVMEDIA_TYPE_AUDIO, CODEC_ID_AC3 },
+ { 0x83, AVMEDIA_TYPE_AUDIO, CODEC_ID_S302M },
{ 0x8a, AVMEDIA_TYPE_AUDIO, CODEC_ID_DTS },
{ 0 },
};
--
1.7.7.3
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel