Skip to content

Commit

Permalink
Add E-AC3 support in ATSC and DVB-T stream
Browse files Browse the repository at this point in the history
Fixes #11444
  • Loading branch information
jyavenard committed Mar 25, 2013
1 parent f622b85 commit cc2f9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c
Expand Up @@ -738,6 +738,7 @@ static const StreamType HDMV_types[] = {
/* ATSC ? */
static const StreamType MISC_types[] = {
{ 0x81, AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_AC3 },
{ 0x87, AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_EAC3 },
{ 0x8a, AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_DTS },
{ 0x100, AVMEDIA_TYPE_SUBTITLE, AV_CODEC_ID_DVB_SUBTITLE },
{ 0x101, AVMEDIA_TYPE_DATA, AV_CODEC_ID_DVB_VBI },
Expand Down

0 comments on commit cc2f9dd

Please sign in to comment.