gnome-commander r2395 - in branches/gcmd-1-3: . src/tags



Author: epiotr
Date: Tue Jan  6 19:51:32 2009
New Revision: 2395
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2395&view=rev

Log:
audio metatags: set Audio.Codec to FLAC when appriopriate

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/tags/gnome-cmd-tags-taglib.cc

Modified: branches/gcmd-1-3/src/tags/gnome-cmd-tags-taglib.cc
==============================================================================
--- branches/gcmd-1-3/src/tags/gnome-cmd-tags-taglib.cc	(original)
+++ branches/gcmd-1-3/src/tags/gnome-cmd-tags-taglib.cc	Tue Jan  6 19:51:32 2009
@@ -142,6 +142,7 @@
 
     if (flacProperties)
     {
+        metadata.add(TAG_AUDIO_CODEC,"FLAC");
         if (flacProperties->sampleWidth())
             cout << "Audio.FLAC.SampleWidth  " << flacProperties->sampleWidth()<< endl;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]