comparison mpegts.c @ 4991:2b0d60d31f3d libavformat

0x7a is E-AC3 descriptor
author bcoudurier
date Sun, 31 May 2009 04:35:05 +0000
parents ba58d4eaca58
children c99db4d4c593
comparison
equal deleted inserted replaced
4990:0b15fbb456f4 4991:2b0d60d31f3d
521 }; 521 };
522 522
523 /* descriptor present */ 523 /* descriptor present */
524 static const StreamType DESC_types[] = { 524 static const StreamType DESC_types[] = {
525 { 0x6a, CODEC_TYPE_AUDIO, CODEC_ID_AC3 }, /* AC-3 descriptor */ 525 { 0x6a, CODEC_TYPE_AUDIO, CODEC_ID_AC3 }, /* AC-3 descriptor */
526 { 0x7a, CODEC_TYPE_AUDIO, CODEC_ID_AC3 }, 526 { 0x7a, CODEC_TYPE_AUDIO, CODEC_ID_EAC3 }, /* E-AC-3 descriptor */
527 { 0x7b, CODEC_TYPE_AUDIO, CODEC_ID_DTS }, 527 { 0x7b, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
528 { 0x59, CODEC_TYPE_SUBTITLE, CODEC_ID_DVB_SUBTITLE }, /* subtitling descriptor */ 528 { 0x59, CODEC_TYPE_SUBTITLE, CODEC_ID_DVB_SUBTITLE }, /* subtitling descriptor */
529 }; 529 };
530 530
531 static void mpegts_find_stream_type(AVStream *st, 531 static void mpegts_find_stream_type(AVStream *st,