You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
Originally committed as revision 23472 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user