summaryrefslogtreecommitdiff
path: root/multimedia/mmg/patches/patch-ae
blob: cfba51fd86debfa95811f0e2b7e5b84b428d7474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2005/02/05 23:45:36 salo Exp $

--- src/input/r_matroska.cpp.orig	Sat Jan 29 23:33:37 2005
+++ src/input/r_matroska.cpp	Sat Jan 29 23:34:16 2005
@@ -1668,7 +1668,7 @@
           id = 0;
           profile = 0;
           if (t->a_formattag == FOURCC('M', 'P', '4', 'A')) {
-            if (!parse_aac_codec_id(string(t->codec_id), id, profile))
+            if (!parse_aac_codec_id(t->codec_id, id, profile))
               mxerror(FMT_TID "Malformed codec id '%s'.\n", ti->fname,
                       (int64_t)t->tnum, t->codec_id);
           } else {