Commit a004937c authored by mhoffman's avatar mhoffman

correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@23472 b3059339-0415-0410-9bf9-f77b7e298cf2
parent b5f052a0
...@@ -451,7 +451,7 @@ DEFUN(yuv2rgb24_line,MEM, ...@@ -451,7 +451,7 @@ DEFUN(yuv2rgb24_line,MEM,
(r7:4) = [sp++]; (r7:4) = [sp++];
unlink; unlink;
rts; rts;
DEFUN_END(yuv2rgb888_line) DEFUN_END(yuv2rgb24_line)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment