[vlc-devel] commit: Enabled ffmpeg PAL8 support (fix #2000) (Laurent Aimar )
git version control
git at videolan.org
Sun Sep 7 15:03:48 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Sep 6 13:06:36 2008 +0200| [9219a602f150d5fc3b5f8e01e0fc250eff91eac3] | committer: Laurent Aimar
Enabled ffmpeg PAL8 support (fix #2000)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9219a602f150d5fc3b5f8e01e0fc250eff91eac3
---
modules/codec/avcodec/chroma.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h
index 3b1d67c..542bcf9 100644
--- a/modules/codec/avcodec/chroma.h
+++ b/modules/codec/avcodec/chroma.h
@@ -94,6 +94,10 @@ static const struct
#endif
{VLC_FOURCC('G','R','E','Y'), PIX_FMT_GRAY8, 0, 0, 0},
+ /* Paletized RGB */
+ {VLC_FOURCC('R','G','B','P'), PIX_FMT_PAL8, 0, 0, 0},
+
+
{ 0, 0, 0, 0, 0 }
};
More information about the vlc-devel
mailing list