OSDN Git Service

Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
authorRamiro Polla <ramiro.polla@gmail.com>
Thu, 9 Jul 2009 02:27:39 +0000 (02:27 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Thu, 9 Jul 2009 02:27:39 +0000 (02:27 +0000)
commit71ed6c8f0662fad1b4ad30b6f9ba71467c458ae9
tree87a4100da7f12bc42a24bf094d6d9fa87b702428
parent16c2e21488b0da96b445ea4b098b389ca4ef0943
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
needed for DECLARE_ALIGNED.
Remove dependency from swscale-example.c to swscale_internal.h by duplicating
the necessary code. The duplicated code is a hack and should be removed once a
cleaner pixel format information system exists. swscale-example.c is example
code on how to use the library and therefore shouldn't rely on internal
headers.

Originally committed as revision 29415 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale-example.c
libswscale/swscale_internal.h