diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2008-08-08 12:52:12 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-08-08 12:52:12 +0000 |
commit | c57c4897533d6cb1382f1e13aa6cd04ab963e48d (patch) | |
tree | a4d5775d72baaf54405dbf8f7b96a748ffbd7db5 | |
parent | ec7e2582ae4e434816fea2e5ff1aba30ce81c9b7 (diff) | |
download | ffmpeg-c57c4897533d6cb1382f1e13aa6cd04ab963e48d.tar.gz |
Change OSS long names.
Originally committed as revision 14663 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavdevice/audio.c | 4 |
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), |