[FFmpeg-devel] [PATCH] fix codec long name for oss

Stefano Sabatini stefano.sabatini-lala
Wed Aug 6 15:58:50 CEST 2008


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}"
?

Regards.
-- 
FFmpeg = Free Fostering Mind-dumbing Patchable Ecstatic Governor




More information about the ffmpeg-devel mailing list