[vlc-devel] commit: ffmpeg chroma: fix [079fdd3f33560bfc2b36181ac367649fc0c12f9f]. copy paste error :D. Thanks xtophe (Derk-Jan Hartman )
git version control
git at videolan.org
Wed Aug 20 14:07:34 CEST 2008
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Wed Aug 20 14:09:56 2008 +0200| [f59bc50a6999c990b29e11faf86c152b47674f99] | committer: Derk-Jan Hartman
ffmpeg chroma: fix [079fdd3f33560bfc2b36181ac367649fc0c12f9f]. copy paste error :D. Thanks xtophe
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f59bc50a6999c990b29e11faf86c152b47674f99
---
modules/codec/avcodec/chroma.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/avcodec/chroma.h b/modules/codec/avcodec/chroma.h
index d952f0d..26794b0 100644
--- a/modules/codec/avcodec/chroma.h
+++ b/modules/codec/avcodec/chroma.h
@@ -30,7 +30,7 @@
{ fcc, beid, 0, 0, 0 },
#else
# define VLC_RGB_ES( fcc, leid, beid ) \
- { fcc, beid, 0, 0, 0 },
+ { fcc, leid, 0, 0, 0 },
#endif
#define VLC_RGB( fcc, leid, beid, rmask, gmask, bmask ) \
More information about the vlc-devel
mailing list