comparison src/modplug/plugin.cxx @ 1562:58f03e54b97a

Update codec names, remove now obsolete getsonginfo.
author Tony Vroon <chainsaw@gentoo.org>
date Sun, 02 Sep 2007 22:51:48 +0100
parents 488f7e6c36ed
children 33626ca031f3
comparison
equal deleted inserted replaced
1561:88878ed02ca0 1562:58f03e54b97a
58 return -1; 58 return -1;
59 else 59 else
60 return (int)(lTime * 1000); 60 return (int)(lTime * 1000);
61 } 61 }
62 62
63 static void GetSongInfo(char* aFilename, char** aTitle, int* aLength)
64 {
65 gModplugXMMS.GetSongInfo(aFilename, *aTitle, *aLength);
66 }
67
68 static Tuple* GetSongTuple(char* aFilename) 63 static Tuple* GetSongTuple(char* aFilename)
69 { 64 {
70 return gModplugXMMS.GetSongTuple(aFilename); 65 return gModplugXMMS.GetSongTuple(aFilename);
71 } 66 }
72 67
111 NULL, 106 NULL,
112 NULL, 107 NULL,
113 NULL, 108 NULL,
114 NULL, 109 NULL,
115 NULL, 110 NULL,
116 GetSongInfo, 111 NULL,
117 ShowFileInfoBox, 112 ShowFileInfoBox,
118 NULL, // output 113 NULL, // output
119 GetSongTuple, 114 GetSongTuple,
120 NULL, 115 NULL,
121 NULL, 116 NULL,