This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 30e110a81 [TIKA-4312] Make audio/mp4 a subclass of video/mp4 (#1960)
30e110a81 is described below
commit 30e110a81b52018654cf4b99777f91a38a771602
Author: Christian Schmidt <[email protected]>
AuthorDate: Thu Sep 19 23:06:27 2024 +0200
[TIKA-4312] Make audio/mp4 a subclass of video/mp4 (#1960)
---
tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
index f9465adfd..3d719b105 100644
--- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
+++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
@@ -5642,7 +5642,7 @@
<glob pattern="*.mp4a"/>
<glob pattern="*.m4a"/>
<glob pattern="*.m4b"/>
- <sub-class-of type="application/quicktime" />
+ <sub-class-of type="video/mp4" />
</mime-type>
<mime-type type="audio/mp4a-latm"/>
<mime-type type="audio/mpa"/>