]> git.sesse.net Git - ffmpeg/commit
Export the four remaining H.264 decoder intra prediction functions for reuse in
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Wed, 23 May 2007 13:46:11 +0000 (13:46 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Wed, 23 May 2007 13:46:11 +0000 (13:46 +0000)
commitcb1a74cf8cc5569ddb354e309850afb39d6e622a
treea872eab3278b13d82f5fac836163aeb58368db28
parent9aee21c8f71c7b24d0e742fa853f625172138da1
Export the four remaining H.264 decoder intra prediction functions for reuse in
the H.264 encoder. These functions are: pred8x8_left_dc_c, pred8x8_top_dc_c,
pred16x16_left_dc_c and pred16x16_top_dc_c.

Originally committed as revision 9107 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c