mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
0x7a is E-AC3 descriptor
Originally committed as revision 19017 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
67c9cd696a
commit
84c7d45e02
@ -523,7 +523,7 @@ static const StreamType REGD_types[] = {
|
||||
/* descriptor present */
|
||||
static const StreamType DESC_types[] = {
|
||||
{ 0x6a, CODEC_TYPE_AUDIO, CODEC_ID_AC3 }, /* AC-3 descriptor */
|
||||
{ 0x7a, CODEC_TYPE_AUDIO, CODEC_ID_AC3 },
|
||||
{ 0x7a, CODEC_TYPE_AUDIO, CODEC_ID_EAC3 }, /* E-AC-3 descriptor */
|
||||
{ 0x7b, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
|
||||
{ 0x59, CODEC_TYPE_SUBTITLE, CODEC_ID_DVB_SUBTITLE }, /* subtitling descriptor */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user