Modify unpack_vlcs() so that there are fewer dereferences through the
authorMike Melanson <mike@multimedia.cx>
Mon, 21 Sep 2009 01:37:50 +0000 (01:37 +0000)
committerMike Melanson <mike@multimedia.cx>
Mon, 21 Sep 2009 01:37:50 +0000 (01:37 +0000)
commitee3d7f585215458246c2dd971c2afdd2642a5ca8
treee8969f77a8bb3a95b5bc512c43d65b1c0e688d0c
parent40461e54cef6e678848005acfcd697a0f53958d0
Modify unpack_vlcs() so that there are fewer dereferences through the
main (heavily iterated) loop.

Originally committed as revision 19934 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp3.c