summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2008-08-08 12:52:12 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2008-08-08 12:52:12 +0000
commitc57c4897533d6cb1382f1e13aa6cd04ab963e48d (patch)
treea4d5775d72baaf54405dbf8f7b96a748ffbd7db5 /libavdevice
parentec7e2582ae4e434816fea2e5ff1aba30ce81c9b7 (diff)
Change OSS long names.
Originally committed as revision 14663 to svn://svn.ffmpeg.org/ffmpeg/trunk
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),