Revision: 2277
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2277&view=rev
Author: tmzullinger
Date: 2009-03-17 19:36:59 +0000 (Tue, 17 Mar 2009)
Log Message:
-----------
Fix docs for mp3_get_track_lame_replaygain()
Modified Paths:
--------------
gtkpod/trunk/ChangeLog
gtkpod/trunk/src/mp3file.c
Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog 2009-03-17 19:36:52 UTC (rev 2276)
+++ gtkpod/trunk/ChangeLog 2009-03-17 19:36:59 UTC (rev 2277)
@@ -1,6 +1,9 @@
2009-03-17 Todd Zullinger <tmzullinger at users.sourceforge.net>
* src/mp3file.c:
+ Fix docs for mp3_get_track_lame_replaygain()
+
+ * src/mp3file.c:
Clean up comments in mp3_get_track_ape_replaygain() and
remove some useless whitespace.
Modified: gtkpod/trunk/src/mp3file.c
===================================================================
--- gtkpod/trunk/src/mp3file.c 2009-03-17 19:36:52 UTC (rev 2276)
+++ gtkpod/trunk/src/mp3file.c 2009-03-17 19:36:59 UTC (rev 2277)
@@ -2005,18 +2005,17 @@
return (buf[0] & 0xff) << 8 | (buf[1] & 0xff);
}
-/*
- * mp3_get_track_lame_replaygain - read the specified file and scan for LAME
Tag
- * ReplayGain information.
+/*
+ * mp3_get_track_lame_replaygain:
*
- * @path: localtion of the file
- * @track: structure holding track information
+ * @path: location of the file
+ * @gd: #GainData structure
*
+ * Parse ReplayGain data for a given path from the LAME Tag.
+ *
* FIXME: Are there other encoders writing a LAME Tag using a different magic
* string?
- * TODO: Check CRC.
*/
-
gboolean mp3_get_track_lame_replaygain (const gchar *path, GainData *gd)
{
unsigned char ubuf[2];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2