Author: al Date: Tue Jul 21 00:13:37 2015 New Revision: 37433 Log: stream/genres: Once more fix typo "Psychadelic" Fix typo error (which was also changed in the specs). NOTE: This changes identify output (which outputs the genre name) This change was suggested because of the following lintian warnings: I: mencoder: spelling-error-in-binary usr/bin/mencoder Psychadelic Psychedelic I: mplayer-gui: spelling-error-in-binary usr/bin/gmplayer Psychadelic Psychedelic I: mplayer: spelling-error-in-binary usr/bin/mplayer Psychadelic Psychedelic Changelog entry authored by me. Patch-By: Miguel A. Colón Vélez >debian.micove gmail com< Modified: trunk/Changelog trunk/libmpdemux/genres.h Modified: trunk/Changelog ============================================================================== --- trunk/Changelog Sat Jul 18 00:24:27 2015 (r37432) +++ trunk/Changelog Tue Jul 21 00:13:37 2015 (r37433) @@ -26,6 +26,8 @@ MPlayer options will now require da instead of dk) * configure: options --enable-gtk1, --with-glib-config= and --with-gtk-config= removed + * Change ID3 genre name for genre ID 67 from "Psychadelic" + to "Psychedelic" Ports: * Windows: support file names as UTF-8 in slave mode and passing Modified: trunk/libmpdemux/genres.h ============================================================================== --- trunk/libmpdemux/genres.h Sat Jul 18 00:24:27 2015 (r37432) +++ trunk/libmpdemux/genres.h Tue Jul 21 00:13:37 2015 (r37433) @@ -99,7 +99,7 @@ const char * const genres[] = { "Native American", /* 64 */ "Cabaret", /* 65 */ "New Wave", /* 66 */ -"Psychadelic", /* 67 */ /* typo taken from the id3v2spec*/ +"Psychedelic", /* 67 */ "Rave", /* 68 */ "Show Tunes", /* 69 */ "Trailer", /* 70 */
participants (1)
-
al