Commit 2f24327b authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* compilation fix

parent 057ed2ca
......@@ -2,7 +2,7 @@
* ffmpeg.c: video decoder using ffmpeg library
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: ffmpeg.c,v 1.52 2003/10/01 22:39:43 hartman Exp $
* $Id: ffmpeg.c,v 1.53 2003/10/02 18:07:26 hartman Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
......@@ -697,7 +697,7 @@ static int ffmpeg_GetFfmpegCodec( vlc_fourcc_t i_fourcc,
case FOURCC_cram:
case FOURCC_CRAM:
case FOURCC_msvc:
case FOURCC_MSVC
case FOURCC_MSVC:
case FOURCC_wham:
case FOURCC_WHAM:
i_cat = VIDEO_ES;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment