1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-12 18:02:36 +00:00

correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23472 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
mhoffman 2007-06-05 13:18:16 +00:00
parent 10ec9a7738
commit ebe2eb246e

View File

@ -451,7 +451,7 @@ DEFUN(yuv2rgb24_line,MEM,
(r7:4) = [sp++];
unlink;
rts;
DEFUN_END(yuv2rgb888_line)
DEFUN_END(yuv2rgb24_line)