[FFmpeg-devel] [PATCH] libopenjpeg renamed copy functions, simplified copying procedure
Michael Bradshaw
mbradshaw at sorensonmedia.com
Tue Jan 17 04:12:17 CET 2012
Hi,
Attached patch renames copying functions (no longer "yuv" and "rgba", but
"packed" and "unpacked" instead) and gets rid of the numcomps parameter.
This gives a greater sense of flexibility and abstraction when copying the
buffers, and gets rid of the "which function to use for copying gray"
confusion. Functionally, it changes nothing.
I also broke up some of the longest lines and used indexing variables to
reduce the line length. Please comment.
Thanks,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libopenjpeg renamed copy functions, simplified copying.patch
Type: application/octet-stream
Size: 8244 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120116/90391629/attachment.obj>
More information about the ffmpeg-devel
mailing list