[vlc-devel] commit: fix compilation. ( Rémi Duraffort )
git version control
git at videolan.org
Wed May 13 22:04:29 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed May 13 21:59:46 2009 +0200| [0c8eca40ffef0351d019b3025a7bbcd25adfe044] | committer: Rémi Duraffort
fix compilation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c8eca40ffef0351d019b3025a7bbcd25adfe044
---
modules/codec/xvmc/xxmc.c | 1 -
modules/video_output/directfb.c | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/codec/xvmc/xxmc.c b/modules/codec/xvmc/xxmc.c
index 6f3bb6c..87e3fff 100644
--- a/modules/codec/xvmc/xxmc.c
+++ b/modules/codec/xvmc/xxmc.c
@@ -135,7 +135,6 @@ static int OpenDecoder( vlc_object_t *p_this )
case VLC_FOURCC('X','x','M','C'):
/* ATI Video */
case VLC_FOURCC('V','C','R','2'):
- case VLC_FOURCC('m','p','g','2'):
break;
default:
if( p_dec->fmt_in.i_original_fourcc )
diff --git a/modules/video_output/directfb.c b/modules/video_output/directfb.c
index 83d7538..77fa243 100644
--- a/modules/video_output/directfb.c
+++ b/modules/video_output/directfb.c
@@ -152,7 +152,7 @@ static int Init( vout_thread_t *p_vout )
i_goffset = 5;
i_blength = 5;
i_boffset = 0;
- p_vout->output.i_chroma = VLC_CODEC_RGB16
+ p_vout->output.i_chroma = VLC_CODEC_RGB16;
break;
case DSPF_RGB24:
More information about the vlc-devel
mailing list