Changeset 3745
- Timestamp:
- 2008-10-28 00:45:08 (2 months ago)
- Files:
-
- liboggz/trunk/src/tools/oggz-chop/oggz-chop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
liboggz/trunk/src/tools/oggz-chop/oggz-chop.c
r3701 r3745 312 312 } 313 313 314 /* MIME types, for use in Skeleton. This must be in the same order as 315 * enum OggzStreamContent defined in <oggz/oggz_constants.h> */ 314 316 const char * type_names[] = { 315 317 "video/theora", … … 325 327 "audio/celt", 326 328 "application/x-kate", 329 "video/dirac", 327 330 NULL /* UNKNOWN */ 328 331 };