Changeset 826d548e37cb7b6722add584982ee86b38472999

Show
Ignore:
Timestamp:
04/15/08 19:04:44 (5 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1208279084 -0700
git-parent:

[96e4e5f43914820bd36c12e8532d5908d678e02d]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1208279084 -0700
Message:

Support for ML20 (mimic codec) for MSN webcams.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/ffmpeg/ffmpeg.c

    r57bbabb r826d548  
    11961196      VIDEO_ES, "8BPS" }, 
    11971197 
     1198#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(52<<8)+0) 
     1199    { VLC_FOURCC('M','L','2','O'), CODEC_ID_MIMIC, 
     1200      VIDEO_ES, "Mimic" }, 
     1201#endif 
     1202 
    11981203    /* Videogames Codecs */ 
    11991204