OSDN Git Service

* moving some of the commonly used bit reading/writing functions
authorRoman Shaposhnik <roman@shaposhnik.org>
Fri, 12 Mar 2004 23:39:38 +0000 (23:39 +0000)
committerRoman Shaposhnik <roman@shaposhnik.org>
Fri, 12 Mar 2004 23:39:38 +0000 (23:39 +0000)
commite7a18d5debc40d39e842d7b7bd1f57ab886c47b9
tree55d544d8ff5e4fe6750b9d0c967672adca007fbe
parent6e046750d8aee9010ac923602c4cd6bc6acda78e
* moving some of the commonly used bit reading/writing functions
      from common.c -> common.h so that they can be inlined.
         + performace gain ~1% (measured with DV decoding)
 + code bloat 0.05%
      Looks like a win-win solution.

Originally committed as revision 2874 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/common.c
libavcodec/common.h
libavcodec/dv.c