Changeset 1010

Show
Ignore:
Timestamp:
01/06/09 18:56:33 (1 year ago)
Author:
gbooker
Message:

Safari likes to select every single ' eat' of a mime-type. This corrects 'CRAM' in files within the browser

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ff_private.h

    r1007 r1010  
    120120#define BSWAP(a) ( (((a)&0xff) << 24) | (((a)&0xff00) << 8) | (((a)&0xff0000) >> 8) | (((a) >> 24) & 0xff) ) 
    121121 
    122 #define IS_AVI(x) (x == 'AVI ' || x == 'VfW ' || x == 'VFW '
     122#define IS_AVI(x) (x == 'AVI ' || x == 'VfW ' || x == 'VFW ' || x == 'DIVX' || x == 'GVI ' || x == 'VP6 '
    123123#define IS_NUV(x) (x == 'NUV ') 
    124124