OSDN Git Service

Move functions that are only used when libswscale is not compiled in below
authorDiego Biurrun <diego@biurrun.de>
Sun, 16 Mar 2008 17:34:31 +0000 (17:34 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 16 Mar 2008 17:34:31 +0000 (17:34 +0000)
commitb0605329c941156c44ada5fc113afbbf27b9eb75
tree1194df418daa8674787b3bc9673dbddfd678fd37
parentabe39c0f31317f888d7e3cda98f4506201725b60
Move functions that are only used when libswscale is not compiled in below
the appropriate #ifdef. This avoids a bunch of "defined but not used" warnings
when compiling with libswscale enabled.

Originally committed as revision 12463 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/imgconvert.c