Commit c57c4897 authored by Benoit Fouet's avatar Benoit Fouet

Change OSS long names.

Originally committed as revision 14663 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec7e2582
...@@ -313,7 +313,7 @@ static int audio_read_close(AVFormatContext *s1) ...@@ -313,7 +313,7 @@ static int audio_read_close(AVFormatContext *s1)
#ifdef CONFIG_OSS_DEMUXER #ifdef CONFIG_OSS_DEMUXER
AVInputFormat oss_demuxer = { AVInputFormat oss_demuxer = {
"oss", "oss",
NULL_IF_CONFIG_SMALL("audio grab and output"), NULL_IF_CONFIG_SMALL("Open Sound System capture"),
sizeof(AudioData), sizeof(AudioData),
NULL, NULL,
audio_read_header, audio_read_header,
...@@ -326,7 +326,7 @@ AVInputFormat oss_demuxer = { ...@@ -326,7 +326,7 @@ AVInputFormat oss_demuxer = {
#ifdef CONFIG_OSS_MUXER #ifdef CONFIG_OSS_MUXER
AVOutputFormat oss_muxer = { AVOutputFormat oss_muxer = {
"oss", "oss",
NULL_IF_CONFIG_SMALL("audio grab and output"), NULL_IF_CONFIG_SMALL("Open Sound System playback"),
"", "",
"", "",
sizeof(AudioData), 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