]> git.sesse.net Git - vlc/commit
ffmpeg chroma: add rgb masks to the chroma mapping table. This fixes #1749 and likely...
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 19 Aug 2008 20:53:45 +0000 (22:53 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 19 Aug 2008 20:58:37 +0000 (22:58 +0200)
commit0034fbab5587b1197b0458ab3af20ea2644e12bc
tree4d58d27f2450ef119c496d9676eaeedb8785a405
parent0d65e1f8019f44741d1dc56289831d5b2560b0e2
ffmpeg chroma: add rgb masks to the chroma mapping table. This fixes #1749 and likely #1762.

- Not 100% sure about PIX_FMT_RGB4 and PIX_FMT_RGB8, because their comments in the avutil.h header are incorrect.
- We use FOURCC RGB8, but it seems we use FOURCC RGB2 for RGB8 troughout the rest of VLC. Should be checked.
modules/codec/avcodec/chroma.h