OSDN Git Service

correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
authorMarc Hoffman <mmhoffm@gmail.com>
Tue, 5 Jun 2007 13:18:16 +0000 (13:18 +0000)
committerMarc Hoffman <mmhoffm@gmail.com>
Tue, 5 Jun 2007 13:18:16 +0000 (13:18 +0000)
Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/internal_bfin.S

index c5f4e9e..c413f2f 100644 (file)
@@ -451,7 +451,7 @@ DEFUN(yuv2rgb24_line,MEM,
         (r7:4) = [sp++];
         unlink;
         rts;
-DEFUN_END(yuv2rgb888_line)
+DEFUN_END(yuv2rgb24_line)