Changeset 3745

Show
Ignore:
Timestamp:
2008-10-28 00:45:08 (2 months ago)
Author:
conrad
Message:

add Dirac to the MIME types list that can be written into fisbone by oggz-chop

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • liboggz/trunk/src/tools/oggz-chop/oggz-chop.c

    r3701 r3745  
    312312} 
    313313 
     314/* MIME types, for use in Skeleton. This must be in the same order as 
     315 * enum OggzStreamContent defined in <oggz/oggz_constants.h> */ 
    314316const char * type_names[] = { 
    315317  "video/theora", 
     
    325327  "audio/celt", 
    326328  "application/x-kate", 
     329  "video/dirac", 
    327330  NULL /* UNKNOWN */ 
    328331};