Commit adf82c7f by Oliver Woodman

Correctly read mimeType for ISO 13818-7 objectTypeIndication values.

Issue: #731
parent 83568ca5
......@@ -696,6 +696,9 @@ import java.util.List;
mimeType = MimeTypes.VIDEO_H265;
break;
case 0x40:
case 0x66:
case 0x67:
case 0x68:
mimeType = MimeTypes.AUDIO_AAC;
break;
case 0xA5:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment