Changeset 752

Show
Ignore:
Timestamp:
12/17/07 19:40:33 (10 months ago)
Author:
gbooker
Message:

This fixes a CRAM AVI I have. I don't think it breaks anything.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/ff_MovieImport.c

    r745 r752  
    370370                        enum CodecID id = codec_get_id(codec_bmp_tags, BSWAP(fourcc)); 
    371371                         
    372                         if (id == CODEC_ID_MJPEG || id == CODEC_ID_DVVIDEO || id == CODEC_ID_RAWVIDEO || id == CODEC_ID_NONE
     372                        if (id == CODEC_ID_MJPEG || id == CODEC_ID_DVVIDEO || id == CODEC_ID_RAWVIDEO || id == CODEC_ID_NONE || id == CODEC_ID_MSVIDEO1
    373373                                *valid = 0; 
    374374