comparison libmpdemux/demuxer.c @ 34146:19b03b022753

add forgotten ec-3 tag to parsers list in demuxers.c
author compn
date Fri, 21 Oct 2011 18:20:53 +0000
parents 0d4741369ee1
children d2a41814c879
comparison
equal deleted inserted replaced
34145:698330cc961b 34146:19b03b022753
491 case MKTAG('d', 'n', 'e', 't'): 491 case MKTAG('d', 'n', 'e', 't'):
492 // DNET/byte-swapped AC-3 - there is no parser for that yet 492 // DNET/byte-swapped AC-3 - there is no parser for that yet
493 //codec_id = CODEC_ID_DNET; 493 //codec_id = CODEC_ID_DNET;
494 break; 494 break;
495 case MKTAG('E', 'A', 'C', '3'): 495 case MKTAG('E', 'A', 'C', '3'):
496 case MKTAG('e', 'c', '-', '3'):
496 codec_id = CODEC_ID_EAC3; 497 codec_id = CODEC_ID_EAC3;
497 break; 498 break;
498 case 0x2001: 499 case 0x2001:
499 case 0x86: 500 case 0x86:
500 case MKTAG('D', 'T', 'S', ' '): 501 case MKTAG('D', 'T', 'S', ' '):