shithub: aacdec

Download patch

ref: a880397b5ae1334b2846745973f2ff225b089902
parent: 181682e90ddb6f6975f6651f5d8e05b985b198b9
author: ca5e <ca5e>
date: Sun Oct 12 09:30:06 EDT 2003

Fix for title formatting

--- a/plugins/in_mp4/in_mp4.c
+++ b/plugins/in_mp4/in_mp4.c
@@ -22,7 +22,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: in_mp4.c,v 1.41 2003/10/10 13:29:38 ca5e Exp $
+** $Id: in_mp4.c,v 1.42 2003/10/12 13:30:06 ca5e Exp $
 **/
 
 //#define DEBUG_OUTPUT
@@ -857,7 +857,7 @@
         case '7':
             {
                 const char *p=strrchr(filename,'\\');
-                if (!p) p=filename;
+                if (!p) p=filename; else p++;
                 out += ConvertANSIToUTF8(p, out);
                 some_info = 1;
                 break;