summaryrefslogtreecommitdiff
path: root/sys/src/cmd/file.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@rei2.9hal>2012-01-22 23:30:34 +0100
committercinap_lenrek <cinap_lenrek@rei2.9hal>2012-01-22 23:30:34 +0100
commit5524d7607501020ca891436dfbcd88aaf5d15bdf (patch)
treec82e7714e5f0b4b74ccb716daba88a8c831b04cf /sys/src/cmd/file.c
parent29b26a2f175b3fe4329c121eca4c7cbb383f5e28 (diff)
move mp3 stuff to /sys/src/cmd/audio, add ogg vorbis, add play
Diffstat (limited to 'sys/src/cmd/file.c')
-rw-r--r--sys/src/cmd/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/file.c b/sys/src/cmd/file.c
index 59bb854f4..418d31987 100644
--- a/sys/src/cmd/file.c
+++ b/sys/src/cmd/file.c
@@ -809,6 +809,7 @@ struct FILE_STRING
"\033E\033", "HP PCL printer data", 3, OCTET,
"\033%-12345X", "HPJCL file", 9, "application/hpjcl",
"ID3", "mp3 audio with id3", 3, "audio/mpeg",
+ "OggS", "ogg audio", 4, "audio/ogg",
"\211PNG", "PNG image", 4, "image/png",
"P3\n", "ppm", 3, "image/ppm",
"P6\n", "ppm", 3, "image/ppm",