[FFmpeg-devel] [PATCH] fix codec long name for oss
Benoit Fouet
benoit.fouet
Thu Aug 7 09:00:19 CEST 2008
Hi,
Stefano Sabatini wrote:
> On date Wednesday 2008-08-06 15:10:31 +0200, Benoit Fouet encoded:
>
>> Hi,
>>
> [...]
>
>> Index: libavdevice/audio.c
>> ===================================================================
>> --- libavdevice/audio.c (revision 14643)
>> +++ libavdevice/audio.c (working copy)
>> @@ -312,7 +312,7 @@
>> #ifdef CONFIG_OSS_DEMUXER
>> AVInputFormat oss_demuxer = {
>> "oss",
>> - NULL_IF_CONFIG_SMALL("audio grab and output"),
>> + NULL_IF_CONFIG_SMALL("audio grab"),
>> sizeof(AudioData),
>> NULL,
>> audio_read_header,
>> @@ -325,7 +325,7 @@
>> #ifdef CONFIG_OSS_MUXER
>> AVOutputFormat oss_muxer = {
>> "oss",
>> - NULL_IF_CONFIG_SMALL("audio grab and output"),
>> + NULL_IF_CONFIG_SMALL("audio output"),
>> "",
>> "",
>> sizeof(AudioData),
>>
>
> What about something more descriptive, for example:
> "OSS (Open Sound System) audio {grab|output}"
> ?
>
>
updated patch attached
--
Benoit Fouet
Purple Labs S.A.
www.purplelabs.com
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: audio.c.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080807/937169aa/attachment.txt>
More information about the ffmpeg-devel
mailing list