]> git.sesse.net Git - vlc/commit
ffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma to use a video_format_t, so...
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 19 Aug 2008 19:02:25 +0000 (21:02 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 19 Aug 2008 19:18:29 +0000 (21:18 +0200)
commitcd920984e2459f2b9d2e96b5cc27da97327ca5ec
treeda972d93c25d95596a42196237a600b6743a8408
parent10e4032179794aa614cf029de90dd3d4b66f15f8
ffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma to use a video_format_t, so that we will be able to access and set the rgb mask later on.

This is the first work required to fix #1749
modules/codec/avcodec/chroma.h
modules/codec/avcodec/deinterlace.c
modules/codec/avcodec/encoder.c
modules/codec/avcodec/video.c
modules/demux/avformat/demux.c
modules/video_filter/swscale.c