[SCM] libav/experimental: Change OSS long names.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:27:10 UTC 2013


The following commit has been merged in the experimental branch:
commit c57c4897533d6cb1382f1e13aa6cd04ab963e48d
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Fri Aug 8 12:52:12 2008 +0000

    Change OSS long names.
    
    Originally committed as revision 14663 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavdevice/audio.c b/libavdevice/audio.c
index e03ada7..1cb3d69 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),

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list