left_block intialisation optimisation.
commitf34ac89f00b66f4e4429a7ac35020d9ecfb23515
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 27 Jul 2008 13:01:17 +0000 (27 13:01 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 27 Jul 2008 13:01:17 +0000 (27 13:01 +0000)
treefd2caeb96e125409ffdc25eea78818639a9b8a13
parent2864db2c16afeccc7eb982ac136adb3efef8757a
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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14427 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/h264.c