diff options
author | Marc Hoffman <mmhoffm@gmail.com> | 2007-06-05 13:18:16 +0000 |
---|---|---|
committer | Marc Hoffman <mmhoffm@gmail.com> | 2007-06-05 13:18:16 +0000 |
commit | 22a11d578e275201857c4ec513e04f2d16b5c563 (patch) | |
tree | 80896f6c5b2597dfe4d24a397404045c0db215f4 /libswscale | |
parent | 3ccda4ca91fea976552efed050e90ba44489c572 (diff) | |
download | ffmpeg-22a11d578e275201857c4ec513e04f2d16b5c563.tar.gz |
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/internal_bfin.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/internal_bfin.S b/libswscale/internal_bfin.S index c5f4e9ef52..c413f2f879 100644 --- a/libswscale/internal_bfin.S +++ b/libswscale/internal_bfin.S @@ -451,7 +451,7 @@ DEFUN(yuv2rgb24_line,MEM, (r7:4) = [sp++]; unlink; rts; -DEFUN_END(yuv2rgb888_line) +DEFUN_END(yuv2rgb24_line) |