Commit 1354e64b authored by benoit's avatar benoit

Change OSS long names.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14663 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent be2c9107
......@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment