summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/patches/patch-aa
blob: 23c54f32466a5af3d3b8bda2eba1353461a087b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2005/01/29 23:25:11 kristerw Exp $

--- src/common/aac_common.h.orig	Sat Jan 29 23:33:01 2005
+++ src/common/aac_common.h	Sat Jan 29 23:33:23 2005
@@ -57,7 +57,7 @@
 int MTX_DLL_API create_aac_data(unsigned char *data, int profile,
                                 int channels, int sample_rate,
                                 int output_sample_rate, bool sbr);
-bool MTX_DLL_API parse_aac_codec_id(const string &codec_id, int &id,
+bool MTX_DLL_API parse_aac_codec_id(const char *codec_id, int &id,
                                     int &profile);
 
 #endif // __AACCOMMON_H