summaryrefslogtreecommitdiff
path: root/libavformat/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/audio.c')
-rw-r--r--libavformat/audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/audio.c b/libavformat/audio.c
index 8c5df94be5..6122b8be00 100644
--- a/libavformat/audio.c
+++ b/libavformat/audio.c
@@ -309,7 +309,7 @@ static int audio_read_close(AVFormatContext *s1)
#ifdef CONFIG_OSS_DEMUXER
AVInputFormat oss_demuxer = {
- "audio_device",
+ "oss",
"audio grab and output",
sizeof(AudioData),
NULL,
@@ -322,7 +322,7 @@ AVInputFormat oss_demuxer = {
#ifdef CONFIG_OSS_MUXER
AVOutputFormat oss_muxer = {
- "audio_device",
+ "oss",
"audio grab and output",
"",
"",