summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavdevice/audio.c b/libavdevice/audio.c
index e03ada789a..1cb3d69409 100644
--- a/libavdevice/audio.c
+++ b/libavdevice/audio.c
@@ -313,7 +313,7 @@ static int audio_read_close(AVFormatContext *s1)
#ifdef CONFIG_OSS_DEMUXER
AVInputFormat oss_demuxer = {
"oss",
- NULL_IF_CONFIG_SMALL("audio grab and output"),
+ NULL_IF_CONFIG_SMALL("Open Sound System capture"),
sizeof(AudioData),
NULL,
audio_read_header,
@@ -326,7 +326,7 @@ AVInputFormat oss_demuxer = {
#ifdef CONFIG_OSS_MUXER
AVOutputFormat oss_muxer = {
"oss",
- NULL_IF_CONFIG_SMALL("audio grab and output"),
+ NULL_IF_CONFIG_SMALL("Open Sound System playback"),
"",
"",
sizeof(AudioData),