[FFmpeg-devel] [RFC][PATCH] Move H.264 intra prediction functions into their own context

Kostya kostya.shishkov
Mon Sep 3 14:48:46 CEST 2007


There are two codecs based on H.264 drafts in lavc with slightly different
intra prediction functions - H.264 itself and SVQ3. As I was working on
RV30/40 and these codecs are based on H.264 drafts too with more different
intra prediction functions, I found it more convenient to move them into
separate context which is initialized with functions appropriate to chosen
codec (SVQ3 has two different prediction functions, RV40 a bit more).

So here is the patch to do this (while h264pred.[ch] were svn cp'ed out from h264.[ch] it is easier to send them plain).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: h264pred-patch.tar.bz2
Type: application/x-bzip2
Size: 9062 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070903/3011112d/attachment.bin>



More information about the ffmpeg-devel mailing list