[MPlayer-cvslog] r23472 - trunk/libswscale/internal_bfin.S
mhoffman
subversion at mplayerhq.hu
Tue Jun 5 15:18:16 CEST 2007
Author: mhoffman
Date: Tue Jun 5 15:18:16 2007
New Revision: 23472
Log:
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
Modified:
trunk/libswscale/internal_bfin.S
Modified: trunk/libswscale/internal_bfin.S
==============================================================================
--- trunk/libswscale/internal_bfin.S (original)
+++ trunk/libswscale/internal_bfin.S Tue Jun 5 15:18:16 2007
@@ -451,7 +451,7 @@ DEFUN(yuv2rgb24_line,MEM,
(r7:4) = [sp++];
unlink;
rts;
-DEFUN_END(yuv2rgb888_line)
+DEFUN_END(yuv2rgb24_line)
More information about the MPlayer-cvslog
mailing list