]> git.sesse.net Git - vlc/commit
Split Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn...
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Jul 2010 10:59:03 +0000 (12:59 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Jul 2010 11:00:13 +0000 (13:00 +0200)
commit5f919fba48847669640f999dd72bb32df2cd17b8
tree2b85ad4e12b76e9e5f8695eacf86f754d08455b6
parent378c80277b249ab3c9545c0d11da29e464ccc48f
Split Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn't depend on libavcodec
modules/codec/avcodec/Modules.am
modules/codec/avcodec/avcodec.c
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/chroma.c
modules/codec/avcodec/chroma.h [new file with mode: 0644]
modules/demux/avformat/demux.c
modules/video_filter/swscale.c