View Issue Details

IDProjectCategoryView StatusLast Update
0000047fileGeneralpublic2018-10-09 21:44
Reporterroramirez Assigned Tochristos  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.34 
Fixed in Version5.35 
Summary0000047: [PATCH] Add mime and extension for AMR
DescriptionAdd ext and mime for Adaptive Multi-Rate Codec
TagsNo tags attached.

Activities

roramirez

2018-10-09 17:50

reporter  

855500e8ca155116bf7fdbe97c73d682b973b87c.patch (765 bytes)   
From 855500e8ca155116bf7fdbe97c73d682b973b87c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= <a@rodrigoramirez.com>
Date: Tue, 9 Oct 2018 04:25:17 -0400
Subject: [PATCH] Add mime and ext for Adaptive Multi-Rate Speech Codec

---
 magic/Magdir/audio | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/magic/Magdir/audio b/magic/Magdir/audio
index 1c92cf5d9..e0f82f7cb 100644
--- a/magic/Magdir/audio
+++ b/magic/Magdir/audio
@@ -647,6 +647,8 @@
 # URL:  http://filext.com/detaillist.php?extdetail=AMR
 # From: Russell Coker <russell@coker.com.au>
 0	string	#!AMR		Adaptive Multi-Rate Codec (GSM telephony)
+!:mime	audio/amr
+!:ext  amr
 
 # Type: SuperCollider 3 Synth Definition File Format
 # From: Mario Lang <mlang@debian.org>

christos

2018-10-09 21:44

manager   ~0000095

committed, thanks!

Issue History

Date Modified Username Field Change
2018-10-09 17:50 roramirez New Issue
2018-10-09 17:50 roramirez File Added: 855500e8ca155116bf7fdbe97c73d682b973b87c.patch
2018-10-09 21:44 christos Assigned To => christos
2018-10-09 21:44 christos Status new => assigned
2018-10-09 21:44 christos Status assigned => resolved
2018-10-09 21:44 christos Resolution open => fixed
2018-10-09 21:44 christos Fixed in Version => 5.35
2018-10-09 21:44 christos Note Added: 0000095