OSDN Git Service

left_block intialisation optimisation.
authorPaul Kendall <paul@kcbbs.gen.nz>
Sun, 27 Jul 2008 13:01:17 +0000 (13:01 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Jul 2008 13:01:17 +0000 (13:01 +0000)
commit143d7f144337eeb708aebc91f83a9f6b87e1823d
tree6f4bfd8109e6cd689c4f34d1eb6e77a80440e44c
parentf278709c4f04f25fbcac96fe3cfce06fb37f0ce5
left_block intialisation optimisation.
This patch changes the left_block initialisation code in the fill_caches
function from individual array element setters to a simple pointer to a
pre-initialised array.
Patch by (Paul Kendall ! paul X kcbbs knodel gen knodel nz)
Date: Sun, 27 Jul 2008 11:40:18 +1200
Subject: [FFmpeg-devel] [PATCH] h264 fill_caches left_block intialisation optimisation

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