~ubuntu-branches/ubuntu/maverick/mpd/maverick-proposed

« back to all changes in this revision

Viewing changes to src/decoder/vorbis_plugin.c

  • Committer: Andrew Mitchell
  • Date: 2010-06-09 21:45:30 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: ajmitch@ubuntu.com-20100609214530-9j1wdxdlmm5e52aj
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
 
406
406
static const char *const vorbis_mime_types[] = {
407
407
        "application/ogg",
 
408
        "application/x-ogg",
 
409
        "audio/ogg",
 
410
        "audio/vorbis",
 
411
        "audio/vorbis+ogg",
 
412
        "audio/x-ogg",
 
413
        "audio/x-vorbis",
408
414
        "audio/x-vorbis+ogg",
409
 
        "application/x-ogg",
410
415
        NULL
411
416
};
412
417