[FFmpeg-devel] [PATCH] fix codec long name for oss
Benoit Fouet
benoit.fouet
Fri Aug 8 14:52:43 CEST 2008
Benoit Fouet wrote:
> Index: libavdevice/audio.c
> ===================================================================
> --- libavdevice/audio.c (revision 14656)
> +++ libavdevice/audio.c (working copy)
> @@ -313,7 +313,7 @@
> #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 @@
> #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),
>
>
Applied
--
Benoit Fouet
Purple Labs S.A.
www.purplelabs.com
More information about the ffmpeg-devel
mailing list