From c57c4897533d6cb1382f1e13aa6cd04ab963e48d Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Fri, 8 Aug 2008 12:52:12 +0000 Subject: [PATCH] Change OSS long names. Originally committed as revision 14663 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/audio.c | 4 ++-- 1 file 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),