changeset 843:534375e63cc8 trunk

[svn] - this shouldn't be called "WMA Player"
author nenolod
date Mon, 12 Mar 2007 18:12:53 -0700
parents 47144a91649d
children 80e7162bd968
files ChangeLog src/ffmpeg/ffmpeg.c
diffstat 2 files changed, 14 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 12 18:07:46 2007 -0700
+++ b/ChangeLog	Mon Mar 12 18:12:53 2007 -0700
@@ -1,3 +1,11 @@
+2007-03-13 01:07:46 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1784]
+  - remove some old wma leftovers
+  
+  trunk/src/ffmpeg/ffmpeg.c |   57 ----------------------------------------------
+  1 file changed, 1 insertion(+), 56 deletions(-)
+
+
 2007-03-13 00:37:02 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1782]
   - implement shorten support more correctly.
--- a/src/ffmpeg/ffmpeg.c	Mon Mar 12 18:07:46 2007 -0700
+++ b/src/ffmpeg/ffmpeg.c	Mon Mar 12 18:12:53 2007 -0700
@@ -1,8 +1,11 @@
 /*
- *  Audacious WMA input plugin
- *  (C) 2005 Audacious development team
+ *  Audacious FFmpeg Plugin
+ *  (C) 2007 William Pitcock <nenolod@sacredspiral.co.uk>
  *
  *  Based on:
+ *  Audacious WMA input plugin
+ *  (C) 2005-2007 Tony Vroon
+ *
  *  xmms-wma - WMA player for BMP
  *  Copyright (C) 2004,2005 McMCC <mcmcc@mail.ru>
  *  bmp-wma - WMA player for BMP
@@ -116,7 +119,7 @@
 InputPlugin *get_iplugin_info(void)
 {
     memset(description, 0, 64);
-    ffmpeg_ip.description = g_strdup_printf(_("WMA Player %s"), PACKAGE_VERSION);
+    ffmpeg_ip.description = g_strdup(_("FFmpeg Audio Plugin"));
     return &ffmpeg_ip;
 }