[MPlayer-cvslog] r21638 - trunk/libmpcodecs/ae_lame.c

reimar subversion at mplayerhq.hu
Sat Dec 16 21:02:27 CET 2006


Author: reimar
Date: Sat Dec 16 21:02:26 2006
New Revision: 21638

Modified:
   trunk/libmpcodecs/ae_lame.c

Log:
Simplify: get rid of useless lame_presets_longinfo_dm function.


Modified: trunk/libmpcodecs/ae_lame.c
==============================================================================
--- trunk/libmpcodecs/ae_lame.c	(original)
+++ trunk/libmpcodecs/ae_lame.c	Sat Dec 16 21:02:26 2006
@@ -213,7 +213,7 @@
 
     if (strcmp(preset_name, "help") == 0) {
         mp_msg(MSGT_MENCODER, MSGL_FATAL, MSGTR_LameVersion, get_lame_version(), get_lame_url());
-        lame_presets_longinfo_dm(stderr);
+        mp_msg(MSGT_MENCODER, MSGL_FATAL, MSGTR_LamePresetsLongInfo);
         return -1;
     }
 
@@ -319,12 +319,3 @@
     return -1;
 }
 #endif
-
-#ifdef HAVE_MP3LAME_PRESET
-/* lame_presets_longinfo_dm
-   taken out of presets_longinfo_dm in lame-3.93.1/frontend/parse.c and modified */
-static void  lame_presets_longinfo_dm ( FILE* msgfp )
-{
-        mp_msg(MSGT_MENCODER, MSGL_FATAL, MSGTR_LamePresetsLongInfo);
-}
-#endif



More information about the MPlayer-cvslog mailing list